Accusoft.PdfXpressSdk Namespace > Document Class : RenderPageToImageData Method |
'Declaration Public Function RenderPageToImageData( _ ByVal pageNumber As Integer, _ ByVal options As RenderOptions _ ) As ImageDataInfo
'Usage Dim instance As Document Dim pageNumber As Integer Dim options As RenderOptions Dim value As ImageDataInfo value = instance.RenderPageToImageData(pageNumber, options)
public ImageDataInfo RenderPageToImageData( int pageNumber, RenderOptions options )
public: ImageDataInfo* RenderPageToImageData( int pageNumber, RenderOptions* options )
public: ImageDataInfo^ RenderPageToImageData( int pageNumber, RenderOptions^ options )
This object can be placed on another PDF page or used as a thumbnail image.
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.