PdfLiteSessionSerializerSerialize Method |
Namespace:
RadPdf.Lite
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic void Serialize(
Stream serializationStream,
Object graph
)
Public Sub Serialize (
serializationStream As Stream,
graph As Object
)
Parameters
- serializationStream
- Type: System.IOStream
The Stream to which the PdfLiteSession object will be serialized. - graph
- Type: SystemObject
The PdfLiteSession object to serialize.
See Also