Accusoft.PrintPro8.Net
GetPrintPreviewBitmap Method




The number of the page you wish to retrieve. Page numbers start with 1 and cannot exceed the current Page property setting.
Obtain the print preview Bitmap for a specified page.
Syntax
'Declaration
 
Public Function GetPrintPreviewBitmap( _
   ByVal page As Integer _
) As Bitmap
'Usage
 
Dim instance As PrintPreviewJob
Dim page As Integer
Dim value As Bitmap
 
value = instance.GetPrintPreviewBitmap(page)
public Bitmap GetPrintPreviewBitmap( 
   int page
)
public: Bitmap* GetPrintPreviewBitmap( 
   int page
) 
public:
Bitmap^ GetPrintPreviewBitmap( 
   int page
) 

Parameters

page
The number of the page you wish to retrieve. Page numbers start with 1 and cannot exceed the current Page property setting.

Return Value

An image object of the specified print preview page.
Remarks

The Bitmap returned by GetPrintPreviewBitmap is a copy of the bitmap used by the PrintPro control. GetPrintPreviewBitmap will return null if a bitmap does not exist.

See Also

Reference

PrintPreviewJob Class
PrintPreviewJob Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback