DioDocs for PDF
RenderToPng(Stream,PngSettings) メソッド

GrapeCity.Documents.Html > GrapeCity.Documents.Html 名前空間 > GcHtmlRenderer クラス > RenderToPng メソッド : RenderToPng(Stream,PngSettings) メソッド
The destination stream.
The set of parameters for the output image.
Creates a PNG image from the source HTML and saves it to a specified stream.
シンタックス
'宣言
 
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.
参照

GcHtmlRenderer クラス
GcHtmlRenderer メンバ
オーバーロード一覧