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

In This Topic
    Info Property (ArticleThread)
    In This Topic
    Gets or sets a GrapeCity.Documents.Pdf.DocumentInfo object containing information about the thread, such as its title, author, and creation date.
    Syntax
    'Declaration
     
    Public Property Info As DocumentInfo
    public DocumentInfo Info {get; set;}
    See Also