Accusoft.PdfXpress5.Net
RenderPageToBitmap(Int32,RenderOptions) Method
See Also  Send Feedback
Accusoft.PdfXpressSdk Namespace > Document Class > RenderPageToBitmap Method : RenderPageToBitmap(Int32,RenderOptions) Method




pageNumber
An integer value which represents the page to generate a bitmap from.
options
An RenderOptions value which specifies how to render the image.

Glossary Item Box

Generates a bitmap of an existing page.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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 Dipose() 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.

See Also

©2012. Accusoft Corporation. All Rights Reserved.