Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / INRootRangeTextElement Interface / LocalToDocumentView Method
hint page


In This Topic
    LocalToDocumentView Method (INRootRangeTextElement)
    In This Topic
    Converters a point from local coordinate to paged coordinates
    Syntax
    'Declaration
     
    
    Function LocalToDocumentView( _
       ByVal point As NPoint, _
       ByRef logicalPage As NBlock _
    ) As NPoint
    'Usage
     
    
    Dim instance As INRootRangeTextElement
    Dim point As NPoint
    Dim logicalPage As NBlock
    Dim value As NPoint
     
    value = instance.LocalToDocumentView(point, logicalPage)
    NPoint LocalToDocumentView( 
       NPoint point,
       ref NBlock logicalPage
    )

    Parameters

    point
    logicalPage
    hint page
    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