Click or drag to resize

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.44.0.0 (3.44.0.0)
Syntax
public bool FlattenDownload { 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