Nevron .NET Vision
Nevron.Chart Namespace / NImageExporter Class / SaveToStream Method / SaveToStream(Stream,INImageFormat) Method
output stream
the image format used to encode the image


In This Topic
    SaveToStream(Stream,INImageFormat) Method
    In This Topic
    Saves the current chart image to a stream using the dimensions of the primary chart view.
    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
    output stream
    imageFormat
    the image format used to encode the image
    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