PdfPermissionsInfo.ModifyAnnotations Property

Gets a value indicating whether it is allowed to add or modify text annotations and fill in interactive form fields.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool ModifyAnnotations { get; }
VB
Public ReadOnly Property ModifyAnnotations As Boolean
	Get

Property Value

Type: Boolean
true if it is allowed to add or modify text annotations and fill in interactive form fields; otherwise, false.

See Also