Accusoft PrintPRO 7
GetPrintPreview Method
See Also  Send Feedback
pageNum
The document page number for which the print preview bitmap will be created. Page numbers start with 1 and cannot exceed the current Page property setting.
AccusoftPrintPro7 ActiveX DLL > PrintPro Object : GetPrintPreview Method

Glossary Item Box

Description

Creates a bitmap image for a print preview page and sets the PrintPreviewPicture property.

Syntax

Visual Basic
Public Sub GetPrintPreview( _
   ByVal pageNum As Long _
) 

Parameters

pageNum
The document page number for which the print preview bitmap will be created. Page numbers start with 1 and cannot exceed the current Page property setting.

Remarks

The size of the bitmap image is determined by the PrintPreviewScale property. After you create a print preview bitmap image, you can export it using the PrintPreviewPic property. You can delete the current bitmap image using the DelPrintPreviewPic method and you can delete the print preview resources for any page using the DelPrintPreview method.

See Also

©2013. Accusoft Corporation. All Rights Reserved.