Property ModifyAnnotations
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ModifyAnnotations
Gets or sets a value indicating whether user is allowed to add or modify text annotations and fill in interactive form fields.
public bool ModifyAnnotations { get; set; }
Property Value
- bool
trueif user is allowed to add or modify text annotations and fill in interactive form fields; otherwise,false.
Remarks
Read the Encrypt PDF documents in C# and VB.NET article for examples of using this property.