PdfSecurityOptions.AnnotationsPermission

PdfSecurityOptions.AnnotationsPermission property

Indicates whether to allow to add or modify text annotations, fill in interactive form fields.

public bool AnnotationsPermission { get; set; }

Remarks

if ModifyDocumentPermission is also set, create or modify interactive form fields (including signature fields).

See Also