Skip to main content
A newer version of this page is available. .

PdfDocument.Threads Property

Provides access to the array of thread dictionaries that contains the document’s article threads.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v18.2.Core.dll

Declaration

public IList<PdfArticleThread> Threads { get; }

Property Value

Type Description
IList<DevExpress.Pdf.PdfArticleThread>

A collection of DevExpress.Pdf.PdfArticleThread objects.

See Also