Skip to main content

PdfDocument.Threads Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public IList<PdfArticleThread> Threads { get; }

Property Value

Type Description
IList<DevExpress.Pdf.PdfArticleThread>

A collection of DevExpress.Pdf.PdfArticleThread objects.

See Also