PdfPermissions.ModifyAnnotations Property

Gets or sets a value indicating whether user 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; set; }
VB
Public Property ModifyAnnotations As Boolean
	Get
	Set

Property Value

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

See Also