Click or drag to resize

PdfFieldFlatten Property

Gets or sets a value indicating whether this PdfField is flattened when output to the PDF saved by the PdfWebControl.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool Flatten { get; set; }

Property Value

Type: Boolean
Remarks

This property can not be changed if the parent document's document settings prohibit it.

This property does not override (and will be overriden by) the PdfDocumentSettings, FlattenForm. If FlattenForm is set, the field will always be flattened.

See Also