GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / PrintDocumentPage Method
In This Topic
    PrintDocumentPage Method
    In This Topic
    This is called repeatedly by the printing process in order to produce the printed image.
    Syntax
    public virtual void PrintDocumentPage( 
       object sender,
       PrintPageEventArgs e
    )

    Parameters

    sender
    e
    Remarks
    This calls PrintDecoration and PrintView.
    See Also