PdfLiteSession Class |
Namespace: RadPdf.Lite
The PdfLiteSession type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfLiteSession | Obsolete.
Create a new PdfLiteSession instance.
|
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.
|
Name | Description | |
---|---|---|
![]() ![]() | Deserialize(Byte[]) |
Create a new PdfLiteSession instance from data binary serialized using Serialize().
|
![]() ![]() | Deserialize(Stream) |
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 Object.Equals(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 Object.GetHashCode().) |
![]() | 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() |
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 Object.ToString().) |
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.