GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace / GoPdfWriter Class / PaintBackgroundDecoration Method
A GoPdfGenerator object whose drawing functions can be called to add decorations to the page.
A set of values for various attributes of the page.
In This Topic
    PaintBackgroundDecoration Method (GoPdfWriter)
    In This Topic
    Draw per-page decorations, watermark, page numbers, etc... Cordinates are expressed in units of 1/72 inch, with (0,0) denoting the top left corner.
    Syntax
    protected virtual void PaintBackgroundDecoration( 
       GoPdfGenerator gen,
       GoPdfPageInfo info
    )

    Parameters

    gen
    A GoPdfGenerator object whose drawing functions can be called to add decorations to the page.
    info
    A set of values for various attributes of the page.
    See Also