Click or drag to resize

PdfAnnotationFlatten Property

Gets or sets a value indicating whether this PdfAnnotation is flattened when output to the PDF saved by the PdfWebControl.

Namespace:  RadPdf.Data.Document.Objects.Annotations
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool Flatten { get; set; }

Property Value

Type: Boolean
Remarks

This property can not be changed if the parent document's document settings prohibit it.

See Also