| PdfLiteSession Methods | 
The PdfLiteSession type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Deserialize(Byte) | Obsolete. 
            Create a new PdfLiteSession instance from data binary serialized using Serialize.
             | 
|   | Deserialize(Stream) | Obsolete. 
            Create a new PdfLiteSession instance from data binary serialized using Serialize.
             | 
|   | Deserialize(Byte, IFormatter) | Obsolete. 
            Create a new PdfLiteSession instance from data binary serialized using Serialize(IFormatter).
             | 
|   | Deserialize(Stream, IFormatter) | Obsolete. 
            Create a new PdfLiteSession instance from data binary serialized using Serialize(IFormatter).
             | 
|   | DeserializeFromJson | 
            Create a new PdfLiteSession instance from data serialized using SerializeToJson.
             | 
|  | Equals(Object) | 
            Determines whether the specified object is equal to the current object.
            (Overrides ObjectEquals(Object).) | 
|  | Equals(PdfLiteSession) | 
            Determines whether the specified object is equal to the current object.
             | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | 
            Serves as the default hash function.
            (Overrides ObjectGetHashCode.) | 
|  | GetObjectData | 
            Populates a SerializationInfo with the data needed to serialize the target object.
             | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | Serialize | Obsolete. 
            Serializes the current PdfLiteSession to a byte[].
             | 
|  | Serialize(IFormatter) | Obsolete. 
            Serializes the current PdfLiteSession to a byte[].
             | 
|  | SerializeToJson | 
            Serializes the current PdfLiteSession to a string using  JavaScript Object Notation (JSON).
             | 
|  | ToString | 
            Returns a string that represents the current object.
            (Overrides ObjectToString.) | 
 See Also
See Also