Accusoft PDF Xpress Control v5.0
SaveDocumentToBuffer Method
See Also  Send comments on this topic.
options
A SaveOptions object which contains instructions for saving the PDF document to a buffer.
buffer
A variant value which represents the buffer.
PdfDocument Object : SaveDocumentToBuffer Method

Glossary Item Box

Description

Saves a PDF document into a new local memory buffer.

Syntax

Visual Basic
Public Sub SaveDocumentToBuffer( _
   ByVal options As SaveOptions, _
   ByRef buffer As Variant _
) 

Parameters

options
A SaveOptions object which contains instructions for saving the PDF document to a buffer.
buffer
A variant value which represents the buffer.

Return Type

The local memory buffer containing the saved PDF Document.

Remarks

The Document must contain at least one page to successfully save.

See Also

©2012. Accusoft Corporation. All Rights Reserved.