PdfLiteSessionDeserialize Method |
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).
|