Skip to main content

PdfPage.ArticleBeads Property

Provides access to the collection of indirect references to all article beads appearing on the page.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public IList<PdfBead> ArticleBeads { get; }

Property Value

Type Description
IList<DevExpress.Pdf.PdfBead>

A collection of DevExpress.Pdf.PdfBead objects.

Remarks

The beads shall be listed in the array in natural reading order.

See Also