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

In This Topic
    SaveImage(String,ImageFormat,Size) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub SaveImage( _
       ByVal Filename As System.String, _
       ByVal ImgFmt As System.Drawing.Imaging.ImageFormat, _
       ByVal sz As System.Drawing.Size _
    ) 
    public void SaveImage( 
       System.string Filename,
       System.Drawing.Imaging.ImageFormat ImgFmt,
       System.Drawing.Size sz
    )

    Parameters

    Filename
    ImgFmt
    sz
    See Also