[]
Represents a PDF article thread.
public class ArticleThread : PdfDictWrapper, IPdfDict, IOwnedObject
Initializes a new instance of the ArticleThread class.
public ArticleThread()
Gets a collection of the thread's beads.
public ThreadArticleBeadCollection Beads { get; }
Gets a GcPdfDocument that owns this object.
public GcPdfDocument Doc { get; }
Gets or sets a DocumentInfo object containing information about the thread, such as its title, author, and creation date.
public DocumentInfo Info { get; set; }
Gets or sets a Metadata object containing information about the thread, such as its title, author, and creation date.
public Metadata Metadata { get; set; }