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

In This Topic
    DecryptHandler Property
    In This Topic
    Gets the SecurityHandlerBase used to decrypt PDF document during loading.
    Syntax
    'Declaration
     
    Public ReadOnly Property DecryptHandler As SecurityHandlerBase
    public SecurityHandlerBase DecryptHandler {get;}
    See Also