DS.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaBitmap Class / SaveAsPng Method / SaveAsPng(Stream,PngOptions) Method
The output stream.
The options for the PNG image encoder.

In This Topic
SaveAsPng(Stream,PngOptions) Method
In This Topic
Saves the image into a Stream in PNG format.
Syntax
'Declaration
 
Public Overloads Sub SaveAsPng( _
   ByVal stream As System.IO.Stream, _
   Optional ByVal options As PngOptions _
) 
 

Parameters

stream
The output stream.
options
The options for the PNG image encoder.
See Also