DocumentSavingEventArgsFlatten Property |
Gets or sets a value indicating whether annotations and form fields in the
Document should be flattened when saving.
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool Flatten { get; set; }
Public Property Flatten As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
Use of this property will override the PdfDocumentSettings, but have no effect on the settings saved in storage.
See Also