DocumentDownloadingEventArgsFlattenDownload Property |
Gets or sets a value indicating whether annotations and form fields in the
DownloadData should be flattened before download.
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool FlattenDownload { get; set; }
Public Property FlattenDownload As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
Use of this property will have no effect on the PdfDocument saved in storage and associated with the DocumentID.
See Also