Click or drag to resize

PdfLiteSessionDefaultFormatter Property

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public static IFormatter DefaultFormatter { get; set; }

Property Value

Type: IFormatter
Remarks

Previous versions used .NET's BinaryFormatter (which has been marked by Microsoft as not secure).

Current versions use PdfLiteSessionSerializer by default.

See Also