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