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