Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / SignatureProperties Class / DocumentAccessPermissions Property

In This Topic
    DocumentAccessPermissions Property
    In This Topic
    Gets or sets a document's access permissions granted by this signature. This property can be specified only for one and first signature in the document, this signature will be "certification signature".
    Syntax
    'Declaration
     
    Public Property DocumentAccessPermissions As System.Nullable(Of AccessPermissions)
    public System.Nullable<AccessPermissions> DocumentAccessPermissions {get; set;}
    See Also