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


In This Topic
    SaveToStream Method (INDocumentView)
    In This Topic
    Saves the document to the specified stream.
    Syntax
    'Declaration
     
    
    Sub SaveToStream( _
       ByVal stream As System.IO.Stream, _
       ByVal documentFormat As NDocumentFormatBase, _
       Optional ByVal saveSettings As NDocumentSaveSettings _
    ) 
    'Usage
     
    
    Dim instance As INDocumentView
    Dim stream As System.IO.Stream
    Dim documentFormat As NDocumentFormatBase
    Dim saveSettings As NDocumentSaveSettings
     
    instance.SaveToStream(stream, documentFormat, saveSettings)

    Parameters

    stream
    documentFormat
    saveSettings
    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