PdfLiteSessionSerialize Method (IFormatter) |
Namespace:
RadPdf.Lite
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic byte[] Serialize(
IFormatter formatter
)
Public Function Serialize (
formatter As IFormatter
) As Byte()
Parameters
- formatter
- Type: System.Runtime.SerializationIFormatter
The IFormatter / serializer to use.
Return Value
Type:
ByteBinary formatted represenation of the current class.
See Also