'Declaration Public Overloads Function RenderToPng( _ ByVal outputStream As System.IO.Stream, _ Optional ByVal settings As PngSettings _ ) As System.Boolean
public System.bool RenderToPng( System.IO.Stream outputStream, PngSettings settings )
Parameters
- outputStream
- The destination stream.
- settings
- The set of parameters for the output image.
Return Value
True if PNG was successfully saved; otherwise, false.