DioDocs for PDF
RenderToJpeg(Stream,JpegSettings) メソッド

GrapeCity.Documents.Html > GrapeCity.Documents.Html 名前空間 > GcHtmlRenderer クラス > RenderToJpeg メソッド : RenderToJpeg(Stream,JpegSettings) メソッド
The destination stream.
The set of parameters for the output image.
Creates a JPEG image from the source HTML and saves it to a specified stream.
シンタックス
'宣言
 
Public Overloads Function RenderToJpeg( _
   ByVal outputStream As System.IO.Stream, _
   Optional ByVal settings As JpegSettings _
) As System.Boolean
public System.bool RenderToJpeg( 
   System.IO.Stream outputStream,
   JpegSettings settings
)

パラメータ

outputStream
The destination stream.
settings
The set of parameters for the output image.

戻り値の型

True if JPEG was successfully saved; otherwise, false.
参照

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