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


In This Topic
    YOpC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function YOpC( _
       ByVal AppC As INDocumentBlock _
    ) As NBookmarkCollection
    'Usage
     
    
    Dim AppC As INDocumentBlock
    Dim value As NBookmarkCollection
     
    value = NDocumentBlock.YOpC(AppC)
    internal static NBookmarkCollection YOpC( 
       INDocumentBlock AppC
    )

    Parameters

    AppC
    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