PdfLiteSession Class |
Namespace: RadPdf.Lite
The PdfLiteSession type exposes the following members.
Name | Description | |
---|---|---|
PdfLiteSession |
Create a new PdfLiteSession instance.
|
Name | Description | |
---|---|---|
CustomData |
Gets a value representing the custom data for this PdfLiteSession, set by its PdfLiteSettings.
| |
DefaultFormatter |
Gets or sets the formatter all PdfLiteSession objects should use to Deserialize(Byte) and Serialize sessions.
| |
DocumentFileName |
Gets a value representing the file name for this PdfLiteSession, set when the document was created.
| |
ID |
Gets a value representing the internal GUID used by this Session.
|
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.) |
Name | Description | |
---|---|---|
Equality |
Determines whether two specified objects are equal.
| |
Inequality |
Determines whether two specified objects are not equal.
|
This class implements ISerializable so that it can be easily stored outside RAD PDF.