Accusoft.PdfXpress6.Net
RenderPageToBitmap(Int32) Method




An integer value which represents the page number to generate a bitmap from.
Generates a bitmap of an existing page using the current screen resolution.
Syntax
'Declaration
 
Public Overloads Function RenderPageToBitmap( _
   ByVal pageNumber As Integer _
) As Bitmap
'Usage
 
Dim instance As Document
Dim pageNumber As Integer
Dim value As Bitmap
 
value = instance.RenderPageToBitmap(pageNumber)
public Bitmap RenderPageToBitmap( 
   int pageNumber
)
public: Bitmap* RenderPageToBitmap( 
   int pageNumber
) 
public:
Bitmap^ RenderPageToBitmap( 
   int pageNumber
) 

Parameters

pageNumber
An integer value which represents the page number to generate a bitmap from.
Remarks

The bitmap created must have the Dispose() method called on it to immediately release unmanaged resources instead of waiting for non-deterministic finalization to occur.

Note: Copy protected rendering functionality is to be used only for viewing of copy protected PDF documents. This functionality should not be used to violate or bypass PDF file security measures which prevent copying or editing the PDF documents.

Requirements

See Also

Reference

Document Class
Document Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback