Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfDocument.AllowAnnotationsAndFormsModifying Property

Indicates whether adding and modifying text annotations and interactive form fields is allowed.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public bool AllowAnnotationsAndFormsModifying { get; }

Property Value

Type Description
Boolean

true, if adding and modifying text annotations and interactive form fields is allowed; otherwise false.

See Also