Click or drag to resize

DocumentSavingEventArgsFlatten Property

Gets or sets a value indicating whether annotations and form fields in the Document should be flattened even saving.

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

Use of this property will override the PdfDocumentSettings, but have no effect on the settings saved in storage.

See Also