Accusoft.PdfXpress7.Net
RenderPageToImageData Method




An integer value which represents the page number to render.
A RenderOptions which contains information about the object.
Renders a page to an ImageDataInfo object.
Syntax
'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
) 

Parameters

pageNumber
An integer value which represents the page number to render.
options
A RenderOptions which contains information about the object.
Remarks

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.

See Also

Reference

Document Class
Document Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback