Click or drag to resize

PdfWebControlFlattenInput Property

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

Namespace:  RadPdf.Web.UI
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