'Declaration Public Overloads Sub SaveAsPng( _ ByVal outputStream As System.IO.Stream, _ Optional ByVal options As PngOptions _ )
public void SaveAsPng( System.IO.Stream outputStream, PngOptions options )
Parameters
- outputStream
- The destination stream.
- options
- The set of parameters for the output PNG image.