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


In This Topic
    SaveAsAsync Method (INDocumentView)
    In This Topic
    Saves the view document to a file specified by the user.
    Syntax
    'Declaration
     
    
    Function SaveAsAsync( _
       Optional ByVal defaultFormat As NDocumentFormatBase, _
       Optional ByVal availableFormats() As NDocumentFormatBase, _
       Optional ByVal reportErrors As System.Boolean _
    ) As NPromise(Of Boolean)
    'Usage
     
    
    Dim instance As INDocumentView
    Dim defaultFormat As NDocumentFormatBase
    Dim availableFormats() As NDocumentFormatBase
    Dim reportErrors As System.Boolean
    Dim value As NPromise(Of Boolean)
     
    value = instance.SaveAsAsync(defaultFormat, availableFormats, reportErrors)

    Parameters

    defaultFormat
    availableFormats
    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