Click or drag to resize

PdfLiteSession Class

Session class representing a Lite Document instance.
Inheritance Hierarchy
System.Object
  RadPdf.Lite.PdfLiteSession

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
[SerializableAttribute]
public class PdfLiteSession : IEquatable<PdfLiteSession>, 
	ISerializable

The PdfLiteSession type exposes the following members.

Constructors
  NameDescription
Public methodPdfLiteSession Obsolete.
Create a new PdfLiteSession instance.
Top
Properties
  NameDescription
Public propertyCustomData
Gets a value representing the custom data for this PdfLiteSession, set by its PdfLiteSettings.
Public propertyStatic memberDefaultFormatter Obsolete.
Public propertyDocumentFileName
Gets a value representing the file name for this PdfLiteSession, set when the document was created.
Public propertyDocumentSettings
Gets a value representing the PdfDocumentSettings set for this PdfLiteSession, set when the document was created.
Public propertyID
Gets a value representing the internal GUID used by this Session.
Public propertyStatic memberUseObsoleteFormatter
Top
Methods
  NameDescription
Public methodStatic memberDeserialize(Byte[])
Create a new PdfLiteSession instance from data binary serialized using Serialize().
Public methodStatic memberDeserialize(Stream)
Create a new PdfLiteSession instance from data binary serialized using Serialize().
Public methodStatic memberDeserialize(Byte[], IFormatter) Obsolete.
Create a new PdfLiteSession instance from data binary serialized using Serialize(IFormatter).
Public methodStatic memberDeserialize(Stream, IFormatter) Obsolete.
Create a new PdfLiteSession instance from data binary serialized using Serialize(IFormatter).
Public methodStatic memberDeserializeFromJson
Create a new PdfLiteSession instance from data serialized using SerializeToJson().
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides Object.Equals(Object).)
Public methodEquals(PdfLiteSession)
Determines whether the specified object is equal to the current object.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Overrides Object.GetHashCode().)
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSerialize()
Serializes the current PdfLiteSession to a byte[].
Public methodSerialize(IFormatter) Obsolete.
Serializes the current PdfLiteSession to a byte[].
Public methodSerializeToJson
Serializes the current PdfLiteSession to a string using JavaScript Object Notation (JSON).
Public methodToString
Returns a string that represents the current object.
(Overrides Object.ToString().)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Determines whether two specified objects are equal.
Public operatorStatic memberInequality
Determines whether two specified objects are not equal.
Top
Remarks

This class implements ISerializable so that it can be easily stored outside RAD PDF.

See Also
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!