[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Articles.ArticleThread

Class ArticleThread

Namespace
GrapeCity.Documents.Pdf.Articles
Assembly
GcDocs.Pdf.dll

Represents a PDF article thread.

public class ArticleThread : PdfDictWrapper, IPdfDict, IOwnedObject
Inheritance
ArticleThread
Implements
Inherited Members
Extension Methods

Constructors

ArticleThread()

Initializes a new instance of the ArticleThread class.

public ArticleThread()

Properties

Beads

Gets a collection of the thread's beads.

public ThreadArticleBeadCollection Beads { get; }

Property Value

ThreadArticleBeadCollection

Doc

Gets a GcPdfDocument that owns this object.

public GcPdfDocument Doc { get; }

Property Value

GcPdfDocument

Info

Gets or sets a DocumentInfo object containing information about the thread, such as its title, author, and creation date.

public DocumentInfo Info { get; set; }

Property Value

DocumentInfo

Metadata

Gets or sets a Metadata object containing information about the thread, such as its title, author, and creation date.

public Metadata Metadata { get; set; }

Property Value

Metadata