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:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic bool Flatten { get; set; }
Public Property Flatten As Boolean
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