GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoView Class
/ PrintPreview Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
PrintPreview Method
In This Topic
Display a print preview window for this view's document.
Syntax
C#
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
Reference
GoView Class
GoView Members