AccusoftPrintPro8 ActiveX DLL > PrintPro Object : PrintPreviewPicture Property |
Gets a picture object of the print preview page.
Visual Basic |
---|
Public Property PrintPreviewPicture As Picture |
The size of the image is determined by the PrintPreviewScale property. The PrintPreviewPicture property will not return a picture until you call the GetPrintPreview method.
Note: There is currently an exception thrown when attempting to assign the PrintPreviewPicture results in a C++Builder 6 environment. To work around this issue until it can be addressed, assign the PrintPreviewDIB to an ImagXpress control instance. However, note that this will create an ImagXpress dependency.