Accusoft PrintPRO 7
EndPrintPreview Method
See Also  Send Feedback
AccusoftPrintPro7 ActiveX DLL > PrintPro Object : EndPrintPreview Method

Glossary Item Box

Description

Creates print preview resources for the current print preview page.

Syntax

Visual Basic
Public Sub EndPrintPreview() 

Remarks

Any previous resources for the current page are destroyed.

To create a print preview:

  1. Call StartPrintPreview method. If you plan on creating print preview images while printing a document, you need to start a print document using the StartPrintDoc method before calling StartPrintPreview. If you only want to create a print preview and you don't want to actually print a document, set the PrintPreviewOnly property to True before you call the StartPrintPreview method.
  2. After initiating a print preview, print to the printer in the same manner as you would if you were printing a document. When you are done printing to a page, use the EndPrintPreview method to end the print preview for that page. If you are creating a multiple page document, PrintPro automatically creates a print preview for each page.

See Also

©2013. Accusoft Corporation. All Rights Reserved.