Click or drag to resize

PdfLiteSessionSerializer Constructor

Creates a new instance of the PdfLiteSessionSerializer class.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfLiteSessionSerializer()
Remarks

By default, the BinaryFormatter is used as a fallback to maximize backwards compatibility.

Secure implementations of RAD PDF should set DefaultFormatter to a new instance of PdfLiteSessionSerializer with allowBinaryFormatterFallback set to false or another secure serializer.

A future version will not fallback to the BinaryFormatter to enhance security.

See Also