Draw PDF page to a Windows GDI device context.
Visual Basic |
---|
Public Sub RenderPageOptionsToDc( _ ByVal PageNumber As Long, _ ByVal hDC As Long, _ ByVal options As RenderDcOptions _ ) |
- PageNumber
- The page number of the document to render.
- hDC
- The handle to the Device Context.
- options
- The RenderDCOptions associated with the existing page to go to the Device Context.
Note: Copy protected rendering functionality is 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.