Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / SecurityStore Property

In This Topic
    SecurityStore Property
    In This Topic
    Gets the GrapeCity.Documents.Pdf.Security.DocumentSecurityStore object associated with this document.
    Syntax
    'Declaration
     
    Public ReadOnly Property SecurityStore As DocumentSecurityStore
    public DocumentSecurityStore SecurityStore {get;}
    See Also