Accusoft PrintPRO 8
DelPrintPreview Method
The page number for which print preview resources are to be deleted. Page numbers start with 1.
Description

Deletes the print preview resources for a specified page.

Syntax
Visual Basic
Public Sub DelPrintPreview( _
   ByVal pageNum As Long _
) 
Parameters
pageNum
The page number for which print preview resources are to be deleted. Page numbers start with 1.
Remarks

System resources are required whenever you create a print preview page. These resources are automatically deleted when the PrintPRO control is unloaded or when you replace a current print preview page with a new one.

You can also use this method to delete the print preview page resources when you no longer need them.

Deleting a print preview page does not delete the bitmap image associated with the print preview page, if one exists. Use the DelPrintPreviewPicture method to delete the current print preview bitmap image.

If you call this method to delete print preview resources, you cannot recreate the print preview bitmap image.

See Also

PrintPro Object  | PrintPro Members  | DelPrintPreviewPicture Method

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback