Saves a PDF document into a new local memory buffer.
Visual Basic |
---|
Public Sub SaveDocumentToBuffer( _ ByVal options As SaveOptions, _ ByRef buffer As Variant _ ) |
- options
- A SaveOptions object which contains instructions for saving the PDF document to a buffer.
- buffer
- A variant value which represents the buffer.
The local memory buffer containing the saved PDF Document.
The Document must contain at least one page to successfully save.