All children object of current bookmark.

Namespace: Spire.PdfViewer.Forms
Assembly: Spire.PdfViewer.Forms (in Spire.PdfViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public List<PdfDocumentBookmark> Children { get; }
Public ReadOnly Property Children As List(Of PdfDocumentBookmark)
	Get
public:
property List<PdfDocumentBookmark^>^ Children {
	List<PdfDocumentBookmark^>^ get ();
}
member Children : List<PdfDocumentBookmark> with get

Property Value

List<(Of <(<'PdfDocumentBookmark>)>)>

See Also