'宣言 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 )
パラメータ
- outputStream
- The destination stream.
- settings
- The set of parameters for the output image.
戻り値の型
True if PNG was successfully saved; otherwise, false.