Back to Devexpress

PdfDocument.AllowAnnotationsAndFormsModifying Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-6fa86bfe.md

latest1.2 KB
Original Source

PdfDocument.AllowAnnotationsAndFormsModifying Property

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

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public bool AllowAnnotationsAndFormsModifying { get; }
vb
Public ReadOnly Property AllowAnnotationsAndFormsModifying As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace