Accusoft.PdfXpressSdk Namespace > Document Class > RenderPageToBitmap Method : RenderPageToBitmap(Int32,RenderOptions) Method |
'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 )
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.