Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / INDocumentBlock Interface / GetVisibleLogicalRange Method


In This Topic
    GetVisibleLogicalRange Method (INDocumentBlock)
    In This Topic
    Gets the visible logical range
    Syntax
    'Declaration
     
    
    Function GetVisibleLogicalRange( _
       ByVal visitor As NDisplayVisitor, _
       ByVal descendantBlock As NBlock _
    ) As NRange
    'Usage
     
    
    Dim instance As INDocumentBlock
    Dim visitor As NDisplayVisitor
    Dim descendantBlock As NBlock
    Dim value As NRange
     
    value = instance.GetVisibleLogicalRange(visitor, descendantBlock)
    NRange GetVisibleLogicalRange( 
       NDisplayVisitor visitor,
       NBlock descendantBlock
    )

    Parameters

    visitor
    descendantBlock
    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