Skip to main content

PdfDocument.AllowAnnotationsAndFormsModifying Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

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