Skip to main content
All docs
V25.1
  • PdfViewerBookmark.Children Property

    Returns the collection of bookmark children.

    Namespace: DevExpress.Pdf

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