Nevron Open Vision Documentation
Nevron.Nov.Diagram.Formats Namespace / NVectorImageDrawingFormat Class / bYb Method


In This Topic
    bYb Method (NVectorImageDrawingFormat)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function bYb( _
       ByVal KnKh As NDrawingDocument, _
       ByVal lnKh As NFile, _
       ByVal MnKh As NDrawingSaveSettings, _
       ByVal nnKh As NProgress _
    ) As NPromise(Of Boolean)
    'Usage
     
    
    Dim instance As NVectorImageDrawingFormat
    Dim KnKh As NDrawingDocument
    Dim lnKh As NFile
    Dim MnKh As NDrawingSaveSettings
    Dim nnKh As NProgress
    Dim value As NPromise(Of Boolean)
     
    value = instance.bYb(KnKh, lnKh, MnKh, nnKh)

    Parameters

    KnKh
    lnKh
    MnKh
    nnKh
    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