Click or drag to resize

PdfLiteSessionUseObsoleteFormatter Property

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public static bool UseObsoleteFormatter { get; set; }

Property Value

Type: Boolean

If false (default), RAD PDF's internal serializer is used; otherwise, the obsolete DefaultFormatter will be used.

Remarks

In the current version, the default value is false and the internal serializer is used, ignoring the DefaultFormatter.

See Also