Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfDocument.Threads Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.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