GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / PrintDecoration Method
the current horizontal page number
the total number of pages to be printed in the horizontal direction
the current vertical page number
the total number of pages to be printed in the vertical direction
In This Topic
    PrintDecoration Method
    In This Topic
    Draw any printed decorations on the paper that would not normally be part of a window view.
    Syntax
    protected virtual void PrintDecoration( 
       Graphics g,
       PrintPageEventArgs e,
       int hpnum,
       int hpmax,
       int vpnum,
       int vpmax
    )

    Parameters

    g
    e
    hpnum
    the current horizontal page number
    hpmax
    the total number of pages to be printed in the horizontal direction
    vpnum
    the current vertical page number
    vpmax
    the total number of pages to be printed in the vertical direction
    Remarks
    By default this just draws little corners for more precise cuts when piecing all of the printed sheets together.
    See Also