 | PdfBookmarkChilds Property |
Gets the collection of PdfBookmark objects assigned to the current bookmark.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfBookmarkCollections Childs { get; }
Public ReadOnly Property Childs As PdfBookmarkCollections
Get
public:
property PdfBookmarkCollections^ Childs {
PdfBookmarkCollections^ get ();
}
member Childs : PdfBookmarkCollections with get
/** @property */
public PdfBookmarkCollections get_Childs()
Property Value
PdfBookmarkCollections
See Also