Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- pdfXpress
- A PdfXpress instance to associate with this object.
- options
- Configures the open operation.
- buffer
- A local memory buffer containing a PDF Document.
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown when a null reference is passed to a method that does not accept it as a valid argument. |
| InvalidPasswordException | Thrown when trying to open a document with the wrong password or no password. |
| DamagedFileException | Thrown when a file is corrupt and needs to be repaired. |
| FileRepairFailedException | Thrown when a file is corrupt and can not be repaired. |
| PdfXpressLibraryException | Thrown in the underlying PDF library. |
| PdfXpressNotIntializedException | Thrown if invoked before PDF Xpress is initialized. |
| PdfXpressLicensingException | Thrown if this feature is unavailable for the current license edition. |
| PdfXpressException | Thrown in the main PDF library. |