PdfLiteSessionSerialize Method (IFormatter) |
Note: This API is now obsolete.
Namespace:
RadPdf.Lite
Assembly:
RadPdf (in RadPdf.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax[ObsoleteAttribute]
public byte[] Serialize(
IFormatter formatter
)
<ObsoleteAttribute>
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