[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Security.AccessPermissions

AccessPermissions Enum

Defines access permissions granted by a signature to the signed document.

Namespace: GrapeCity.Documents.Pdf.Security
Assembly: DS.Documents.Pdf.dll
Syntax
public enum AccessPermissions
Public Enum AccessPermissions

Fields

Name Description
FormFilling

Permitted changes are filling in forms, instantiating page templates, and signing; other changes invalidate the signature.

FormFillingAndAnnotations

Permitted changes are the same as for FormFilling, as well as annotation creation, deletion, and modification; other changes invalidate the signature.

NoChanges

No changes to the document are permitted; any change to the document invalidates the signature.