Gets the collection of sub-items.

Namespace:  C1.Silverlight.PdfViewer
Assembly:  C1.Silverlight.PdfViewer (in C1.Silverlight.PdfViewer.dll)

Syntax

C#
public IEnumerable<Bookmark> Children { get; }
Visual Basic
Public ReadOnly Property Children As IEnumerable(Of Bookmark)
	Get

See Also