Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / INDocumentView Interface / SaveAsync Method


In This Topic
    SaveAsync Method (INDocumentView)
    In This Topic
    Saves the view document to a file specified by the user.
    Syntax
    'Declaration
     
    
    Function SaveAsync( _
       ByVal reportErrors As System.Boolean _
    ) As NPromise(Of Boolean)
    'Usage
     
    
    Dim instance As INDocumentView
    Dim reportErrors As System.Boolean
    Dim value As NPromise(Of Boolean)
     
    value = instance.SaveAsync(reportErrors)
    NPromise<bool> SaveAsync( 
       System.bool reportErrors
    )

    Parameters

    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