PdfLiteSession Properties |
The PdfLiteSession type exposes the following members.
| Name | Description | |
|---|---|---|
| CustomData |
Gets a value representing the custom data for this PdfLiteSession, set by its PdfLiteSettings.
| |
| DefaultFormatter | Obsolete.
Gets or sets the formatter all PdfLiteSession objects should use to Deserialize(Byte) and Serialize sessions, if UseObsoleteFormatter is true.
| |
| DocumentFileName |
Gets a value representing the file name for this PdfLiteSession, set when the document was created.
| |
| DocumentSettings |
Gets a value representing the PdfDocumentSettings set for this PdfLiteSession, set when the document was created.
| |
| ID |
Gets a value representing the internal GUID used by this Session.
| |
| UseObsoleteFormatter |
Gets or sets whether PdfLiteSession objects should use the obsolete formatter / serializer to Deserialize(Byte) and Serialize sessions.
|