Skip to main content
All docs
V23.2

PdfViewerBookmark.Children Property

Returns the collection of bookmark children.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public IReadOnlyList<PdfViewerBookmark> Children { get; }

Property Value

Type Description
IReadOnlyList<PdfViewerBookmark>

The collection of bookmark children.’

See Also