Accusoft.PdfXpress7.Net
RenderPageToBitmap(Int32,RenderOptions) Method




An integer value which represents the page to generate a bitmap from.
An RenderOptions value which specifies how to render the image.
Generates a bitmap of an existing page.
Syntax
'Declaration
 
Public Overloads Function RenderPageToBitmap( _
   ByVal pageNumber As Integer, _
   ByVal options As RenderOptions _
) As Bitmap
'Usage
 
Dim instance As Document
Dim pageNumber As Integer
Dim options As RenderOptions
Dim value As Bitmap
 
value = instance.RenderPageToBitmap(pageNumber, options)
public Bitmap RenderPageToBitmap( 
   int pageNumber,
   RenderOptions options
)
public: Bitmap* RenderPageToBitmap( 
   int pageNumber,
   RenderOptions* options
) 
public:
Bitmap^ RenderPageToBitmap( 
   int pageNumber,
   RenderOptions^ options
) 

Parameters

pageNumber
An integer value which represents the page to generate a bitmap from.
options
An RenderOptions value which specifies how to render the image.
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback