PdfLiteSession Methods |
The PdfLiteSession type exposes the following members.
Name | Description | |
---|---|---|
Deserialize(Byte) |
Create a new PdfLiteSession instance from data binary serialized using Serialize and the DefaultFormatter.
| |
Deserialize(Stream) |
Create a new PdfLiteSession instance from data binary serialized using Serialize and the DefaultFormatter.
| |
Deserialize(Byte, IFormatter) |
Create a new PdfLiteSession instance from data binary serialized using Serialize(IFormatter).
| |
Deserialize(Stream, IFormatter) |
Create a new PdfLiteSession instance from data binary serialized using Serialize(IFormatter).
| |
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 | ||
Serialize(IFormatter) |
Serializes the current PdfLiteSession to a byte[].
| |
ToString |
Returns a string that represents the current object.
(Overrides ObjectToString.) |