Accusoft.PdfXpress5.Net
SaveToBuffer Method
See Also  Send Feedback
Accusoft.PdfXpressSdk Namespace > Document Class : SaveToBuffer Method




options
Configures the save operation.

Glossary Item Box

Saves a PDF Document into a new local memory buffer.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

options
Configures the save operation.

Return Value

The local memory buffer containing the saved PDF Document.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionThe exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.
PdfXpressLibraryExceptionThis exception occurs in the underlying PDF library.
PdfXpressLicensingExceptionThrown if this feature is unavailable for the current license edition.
PdfXpressExceptionThis exception occurs in the main PDF library.

Remarks

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

See Also

©2012. Accusoft Corporation. All Rights Reserved.