Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Articles Namespace / ArticleThread Class / Doc Property

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