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

PdfOutlineItem.Count Property

Gets the total number of visible outline items at all levels of the outline.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer value that is the outline items count.

See Also