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

In This Topic
    Security Class Members
    In This Topic

    The following tables list the members exposed by Security.

    Public Properties
     NameDescription
    Public PropertyGets the SecurityHandlerBase used to decrypt PDF document during loading.  
    Public PropertyGets the decryption status of the loaded document.

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

     
    Public PropertyGets the GrapeCity.Documents.Pdf.GcPdfDocument object owning this object.  
    Public PropertyGets or sets the SecurityHandlerBase used to encrypt PDF document during saving. Same SecurityHandlerBase can not be used for DecryptHandler and EncryptHandler, use SecurityHandlerBase.Clone.  
    Top
    See Also