Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NDocumentBlock Class / DocumentViewToLocal Method


In This Topic
    DocumentViewToLocal Method (NDocumentBlock)
    In This Topic
    Converts a point from paged coordinate to local logical coordinate
    Syntax
    'Declaration
     
    
    Public Overrides Function DocumentViewToLocal( _
       ByVal point As NPoint, _
       ByRef logicalPage As NBlock _
    ) As NPoint
    'Usage
     
    
    Dim instance As NDocumentBlock
    Dim point As NPoint
    Dim logicalPage As NBlock
    Dim value As NPoint
     
    value = instance.DocumentViewToLocal(point, logicalPage)
    public override NPoint DocumentViewToLocal( 
       NPoint point,
       out NBlock logicalPage
    )

    Parameters

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