Click or drag to resize

PdfLiteSettingsFlattenInput Property

Gets or sets a value indicating whether a PdfWebControlLite instance should flatten the input PDF.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool FlattenInput { get; set; }

Property Value

Type: Boolean
true will flatten all annotations and form fields in the input PDF; otherwise false. The default is false.
Remarks

See Also