Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Security Namespace / DocumentSecurityStore Class / Doc Property

In This Topic
    Doc Property (DocumentSecurityStore)
    In This Topic
    Gets the GrapeCity.Documents.Pdf.GcPdfDocument object that owns this object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Doc As GcPdfDocument
    public GcPdfDocument Doc {get;}
    See Also