Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NTextSearcher Class / NTextSearcher Constructor / NTextSearcher Constructor(NDrawingView,NFindTextSettings)


In This Topic
    NTextSearcher Constructor(NDrawingView,NFindTextSettings)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal drawingView As NDrawingView, _
       ByVal findTextSettings As NFindTextSettings _
    )
    'Usage
     
    
    Dim drawingView As NDrawingView
    Dim findTextSettings As NFindTextSettings
     
    Dim instance As New NTextSearcher(drawingView, findTextSettings)

    Parameters

    drawingView
    findTextSettings
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also