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

In This Topic
    ArticleThreads Property
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property ArticleThreads As System.Collections.Generic.IList(Of ArticleThread)
    public System.Collections.Generic.IList<ArticleThread> ArticleThreads {get;}
    See Also