VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfNumberTree Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfNumberTree Class
    In This Topic
    Provides number tree serves a similar purpose to a dictionary-associating number-keys and values.
    Object Model
    PdfDocument PdfIndirectReference PdfBasicObject PdfNumberTree
    Syntax
    'Declaration
    
    Public Class PdfNumberTree
       Inherits PdfTreeNodeBase
    
    
    public class PdfNumberTree : PdfTreeNodeBase
    
    
    public __gc class PdfNumberTree : public PdfTreeNodeBase*
    
    
    public ref class PdfNumberTree : public PdfTreeNodeBase^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
          Vintasoft.Imaging.Pdf.Tree.PdfNumberTree
             Vintasoft.Imaging.Pdf.Tree.PdfNumberTree<T>
             Vintasoft.Imaging.Pdf.Tree.PdfPageLabels

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also