ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapChart Class / SaveImage Method / SaveImage(Stream,ImageFormat) Method

In This Topic
    SaveImage(Stream,ImageFormat) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub SaveImage( _
       ByVal stream As System.IO.Stream, _
       ByVal ImgFmt As System.Drawing.Imaging.ImageFormat _
    ) 
    public void SaveImage( 
       System.IO.Stream stream,
       System.Drawing.Imaging.ImageFormat ImgFmt
    )

    Parameters

    stream
    ImgFmt
    See Also