Click or drag to resize

PdfLiteSession Class

Session class representing a Lite Document instance.
Inheritance Hierarchy
SystemObject
  RadPdf.LitePdfLiteSession

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

The PdfLiteSession type exposes the following members.

Constructors
  NameDescription
Public methodPdfLiteSession
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
Public propertyDocumentFileName
Gets a value representing the file name for this PdfLiteSession, set when the document was created.
Public propertyID
Gets a value representing the internal GUID used by this Session.
Top
Methods
  NameDescription
Public methodStatic memberDeserialize(Byte)
Create a new PdfLiteSession instance from data binary serialized using Serialize and the DefaultFormatter.
Public methodStatic memberDeserialize(Stream)
Create a new PdfLiteSession instance from data binary serialized using Serialize and the DefaultFormatter.
Public methodStatic memberDeserialize(Byte, IFormatter)
Create a new PdfLiteSession instance from data binary serialized using Serialize(IFormatter).
Public methodStatic memberDeserialize(Stream, IFormatter)
Create a new PdfLiteSession instance from data binary serialized using Serialize(IFormatter).
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(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 ObjectGetHashCode.)
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[] using the DefaultFormatter.
Public methodSerialize(IFormatter)
Serializes the current PdfLiteSession to a byte[].
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
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