Saves a PDF Document into a new local memory buffer.
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.
| Exception | Description |
|---|---|
| System.ArgumentNullException | The 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. |
| PdfXpressLibraryException | This exception occurs in the underlying PDF library. |
| PdfXpressLicensingException | Thrown if this feature is unavailable for the current license edition.
|
| PdfXpressException | This exception occurs in the main PDF library. |
The Document must contain at least one page to successfully save.