Renders a page to an ImageDataInfo object.
Visual Basic |
---|
Public Function RenderPageOptionsToData( _ ByVal PageNumber As Long, _ ByVal RenderOptions As RenderOptions _ ) As ImageDatainfo |
- PageNumber
- A long value which represents the page number.
- RenderOptions
- RenderOptions to associate to the page.
An ImageDatainfo object which contains the new page.
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.