VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfTreeNodeBase Class / FindNode(Int32) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    FindNode(Int32) Method (PdfTreeNodeBase)
    In This Topic
    Searches the tree node with specified object number from current node.
    Syntax
    'Declaration
    
    Public Function FindNode( _
    ByVal objectNumber
    The object number.
    As System.Int32 _
    ) As PdfTreeNodeBase
    public PdfTreeNodeBase FindNode(
    System.Int32 objectNumber
    )
    public: PdfTreeNodeBase* FindNode(
    System.Int32 objectNumber
    )
    public:
    PdfTreeNodeBase^ FindNode(
    System.Int32 objectNumber
    )

    Parameters

    objectNumber
    The object number.

    Return Value

    The tree node with specified object number if node is found; otherwise, false.
    Exceptions
    ExceptionDescription
    Thrown if objectNumber is lower than 0.
    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