Determines whether PrintPRO only generates print preview images.
Read-write property
Visual Basic |
---|
Public Property PrintPreviewOnly As Boolean |
A boolean value which is True to create print preview images without actually printing to a printer. Otherwise, False should be used to create print preview images as PrintPro prints to a printer.
Use the StartPrintPreview and EndPrintPreview properties to create print preview images. Then, use the GetPrintPreview method and the PrintPreviewPicture property to display the print preview images.