Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Security Namespace / StandardSecurityHandler Class / AccessType Property

In This Topic
    AccessType Property
    In This Topic
    Gets the access type granted by this StandardSecurityHandler, or null. This property is initialized when a document is loaded.
    Syntax
    'Declaration
     
    Public ReadOnly Property AccessType As System.Nullable(Of AccessType)
    public System.Nullable<AccessType> AccessType {get;}
    See Also