Nevron.Chart Namespace / NImageExporter Class / SaveToStream Method / SaveToStream(Stream,INImageFormat) Method


In This Topic
    SaveToStream(Stream,INImageFormat) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub SaveToStream( _
       ByVal stream As System.IO.Stream, _
       ByVal imageFormat As INImageFormat _
    ) 
    'Usage
     
    
    Dim instance As NImageExporter
    Dim stream As System.IO.Stream
    Dim imageFormat As INImageFormat
     
    instance.SaveToStream(stream, imageFormat)
    public void SaveToStream( 
       System.IO.Stream stream,
       INImageFormat imageFormat
    )

    Parameters

    stream
    imageFormat
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also