GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / PrintPreview Method
In This Topic
    PrintPreview Method
    In This Topic
    Display a print preview window for this view's document.
    Syntax
    public virtual void PrintPreview()
    Remarks
    It constructs a PrintDocument that calls PrintDocumentPage repeatedly to render the printed image. This PrintDocument is passed to PrintPreviewShowDialog.
    See Also