GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / Print Method
In This Topic
    Print Method
    In This Topic
    Print this view's document.
    Syntax
    public virtual void Print()
    Remarks
    This is typically called from your File-Print command. It constructs a PrintDocument that calls PrintDocumentPage repeatedly to render the printed image. This PrintDocument is passed to PrintShowDialog to display a PrintDialog so the user can select printing parameters.
    See Also