Click or drag to resize

PdfLiteSessionDefaultFormatter Property

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 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 set this property to PdfLiteSessionSerializer by default.

By default UseObsoleteFormatter is false, causing RAD PDF to ignore this property.

See Also