Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NLibraryViewControl Class / SaveAsAsync Method


In This Topic
    SaveAsAsync Method (NLibraryViewControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function SaveAsAsync( _
       ByVal defaultFormat As NLibraryFormat, _
       ByVal docFormatRegistry As NLibraryFormatRegistry, _
       ByVal reportErrors As System.Boolean _
    ) As NPromise(Of Boolean)
    'Usage
     
    
    Dim instance As NLibraryViewControl
    Dim defaultFormat As NLibraryFormat
    Dim docFormatRegistry As NLibraryFormatRegistry
    Dim reportErrors As System.Boolean
    Dim value As NPromise(Of Boolean)
     
    value = instance.SaveAsAsync(defaultFormat, docFormatRegistry, reportErrors)

    Parameters

    defaultFormat
    docFormatRegistry
    reportErrors
    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