Namespace: Spire.PdfViewer.Forms
Assembly: Spire.PdfViewer.Forms (in Spire.PdfViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.2020)
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 PdfDocumentBookmark[] Childs { get; }
Public ReadOnly Property Childs As PdfDocumentBookmark() Get
public: property array<PdfDocumentBookmark^>^ Childs { array<PdfDocumentBookmark^>^ get (); }
member Childs : PdfDocumentBookmark[] with get