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

In This Topic
    DecryptionStatus Property
    In This Topic
    Gets the decryption status of the loaded document.

    This property has meaning only if a document has been loaded.

    Syntax
    'Declaration
     
    Public ReadOnly Property DecryptionStatus As DecryptionStatus
    public DecryptionStatus DecryptionStatus {get;}
    See Also