SaveImage(Stream,ImageFormat) Method
In This Topic
Saves an image of the chart to the specified stream in the specified format.
Syntax
'Declaration
Public Overloads Sub SaveImage( _
ByVal As System.IO.Stream, _
ByVal As System.Drawing.Imaging.ImageFormat _
)
public void SaveImage(
System.IO.Stream ,
System.Drawing.Imaging.ImageFormat
)
Parameters
- stream
- Stream for image output.
- ImgFmt
- Image format.
See Also