Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDocumentFormatBase Class / hbC Method


In This Topic
    hbC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Function hbC( _
       ByVal hMfb As System.String, _
       ByVal IMfb() As System.Byte, _
       ByVal jMfb As System.Integer, _
       ByVal KMfb As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NDocumentFormatBase
    Dim hMfb As System.String
    Dim IMfb() As System.Byte
    Dim jMfb As System.Integer
    Dim KMfb As System.Integer
    Dim value As System.Integer
     
    value = instance.hbC(hMfb, IMfb, jMfb, KMfb)
    internal virtual System.int hbC( 
       System.string hMfb,
       System.byte[] IMfb,
       System.int jMfb,
       System.int KMfb
    )

    Parameters

    hMfb
    IMfb
    jMfb
    KMfb
    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