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