 | PdfLabelingRangesUnderlyingTree Property |
Gets the root node of the underlying numeric tree that represents the page labels.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfNumberTreeCollection UnderlyingTree { get; }Public ReadOnly Property UnderlyingTree As PdfNumberTreeCollection
Get
public:
property PdfNumberTreeCollection^ UnderlyingTree {
PdfNumberTreeCollection^ get ();
}member UnderlyingTree : PdfNumberTreeCollection with get
/** @property */
public PdfNumberTreeCollection get_UnderlyingTree()
function get_UnderlyingTree();
Property Value
PdfNumberTreeCollection
See Also