Click or drag to resize

PdfLiteSession Methods

The PdfLiteSession type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeserialize(Byte)
Public methodStatic memberDeserialize(Stream)
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
See Also