Gets the child objects.
Namespace: Spire.Doc.Documents.RenderingAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public List<BookmarkLevel> ChildObjects { get; }
Public ReadOnly Property ChildObjects As List(Of BookmarkLevel) Get
public: property List<BookmarkLevel^>^ ChildObjects { List<BookmarkLevel^>^ get (); }
member ChildObjects : List<BookmarkLevel> with get