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: 5.0.0.0 (5.0.0.0)
Syntaxpublic bool FlattenDownload { get; set; }Public Property FlattenDownload As Boolean
Get
Set
Property Value
Type:
Boolean
Remarks
Use of this property will have no effect on the PdfDocument saved in storage and associated with the DocumentID.
See Also