Saves a PDF document into a new global memory buffer, accessed using a handle.
Visual Basic |
---|
Public Sub SaveDocumentToHandle( _ ByVal options As SaveOptions, _ ByRef hGlobal As Long _ ) |
- options
- A SaveOptions object which contains instructions for saving a PDF document into new global memory buffer, accessed using a handle.
- hGlobal
- A long value which represents a global handle to save the PDF document to.
The Document must contain at least one page to successfully save.