Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Security Namespace / AccessPermissions Enumeration

In This Topic
    AccessPermissions Enumeration
    In This Topic
    Defines access permissions granted by a signature to the signed document.
    Syntax
    'Declaration
     
    Public Enum AccessPermissions 
       Inherits System.Enum
    public enum AccessPermissions : System.Enum 
    Members
    MemberDescription
    FormFillingPermitted changes are filling in forms, instantiating page templates, and signing; other changes invalidate the signature.
    FormFillingAndAnnotationsPermitted changes are the same as for FormFilling, as well as annotation creation, deletion, and modification; other changes invalidate the signature.
    NoChangesNo changes to the document are permitted; any change to the document invalidates the signature.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.Security.AccessPermissions

    See Also