PdfLiteSessionSerialize Method (IFormatter) |
Namespace:
RadPdf.Lite
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public 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