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


In This Topic
    EnpC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function EnpC( _
       ByVal fnpC As System.Integer, _
       ByVal GnpC As NBlock, _
       ByVal hnpC As NSchema, _
       ByRef InpC As NTextPosition _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDocumentBlock
    Dim fnpC As System.Integer
    Dim GnpC As NBlock
    Dim hnpC As NSchema
    Dim InpC As NTextPosition
    Dim value As System.Boolean
     
    value = instance.EnpC(fnpC, GnpC, hnpC, InpC)
    internal System.bool EnpC( 
       System.int fnpC,
       NBlock GnpC,
       NSchema hnpC,
       ref NTextPosition InpC
    )

    Parameters

    fnpC
    GnpC
    hnpC
    InpC
    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