'Declaration
Public Overloads Sub SaveImage( _
ByVal stream As System.IO.Stream, _
ByVal ImgFmt As System.Drawing.Imaging.ImageFormat, _
ByVal sz As System.Drawing.Size _
)
public void SaveImage(
System.IO.Stream stream,
System.Drawing.Imaging.ImageFormat ImgFmt,
System.Drawing.Size sz
)