SaveImage(Stream,ImageFormat) Method
In This Topic
Saves an chart image of the specified format to the specified stream.
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.
- imgFmt
- Image format
See Also