| PdfLiteSession Properties | 
The PdfLiteSession type exposes the following members.
 Properties
Properties| 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.
             | 
|  | HttpContext | 
            Gets the HttpContext (if available).
             | 
|  | 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.
             | 
 See Also
See Also