SaveAsPng(Stream,PngOptions) Method
Saves the image into a Stream in PNG format.
public void SaveAsPng(
System.IO.Stream ,
PngOptions
)
'Declaration
Public Overloads Sub SaveAsPng( _
ByVal As System.IO.Stream, _
Optional ByVal As PngOptions _
)
Parameters
- stream
- The output stream.
- options
- The options for the PNG image encoder.