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.48.0.0 (3.48.0.0)
Syntax public bool FlattenInput { get; set; }
Public Property FlattenInput As Boolean
Get
Set
Property Value
Type:
Booleantrue will flatten all annotations and form fields in the input PDF; otherwise
false. The default is
false.
Remarks See Also