DioDocs for PDF
DrawHtml(GcBitmapGraphics,String,Single,Single,HtmlToImageFormat,SizeF,Int32,String,String) メソッド

DS.Documents.Html > GrapeCity.Documents.Drawing 名前空間 > GcBitmapGraphicsExt クラス > DrawHtml メソッド : DrawHtml(GcBitmapGraphics,String,Single,Single,HtmlToImageFormat,SizeF,Int32,String,String) メソッド
ターゲットの GrapeCity.Documents.Imaging.GcBitmapGraphics オブジェクト。
描画する HTML 文字列。
HTML ブロックを描画する x 座標。
HTML ブロックを描画する y 座標。
書式設定属性。
OUT: 描画された HTML ブロックのサイズ。
ページが準備完了とみなされるまでの待機するミリ秒数。
Negotiate Auth サーバーのホワイトリスト (「*example.com」など)。
「https://proxy-ip:proxy-port」などのプロキシサーバー。
この GrapeCity.Documents.Imaging.GcBitmapGraphics の指定された位置に HTML 文字列を描画します。
シンタックス
'宣言
 
Public Overloads Shared Function DrawHtml( _
   ByVal graphics As GcBitmapGraphics, _
   ByVal html As System.String, _
   ByVal x As System.Single, _
   ByVal y As System.Single, _
   ByVal format As HtmlToImageFormat, _
   ByRef size As System.Drawing.SizeF, _
   Optional ByVal virtualTimeBudget As System.Integer, _
   Optional ByVal authServerWhitelist As System.String, _
   Optional ByVal proxyServer As System.String _
) As System.Boolean
public static System.bool DrawHtml( 
   GcBitmapGraphics graphics,
   System.string html,
   System.float x,
   System.float y,
   HtmlToImageFormat format,
   out System.Drawing.SizeF size,
   System.int virtualTimeBudget,
   System.string authServerWhitelist,
   System.string proxyServer
)

パラメータ

graphics
ターゲットの GrapeCity.Documents.Imaging.GcBitmapGraphics オブジェクト。
html
描画する HTML 文字列。
x
HTML ブロックを描画する x 座標。
y
HTML ブロックを描画する y 座標。
format
書式設定属性。
size
OUT: 描画された HTML ブロックのサイズ。
virtualTimeBudget
ページが準備完了とみなされるまでの待機するミリ秒数。
authServerWhitelist
Negotiate Auth サーバーのホワイトリスト (「*example.com」など)。
proxyServer
「https://proxy-ip:proxy-port」などのプロキシサーバー。

戻り値の型

描画されたブロックが空でない場合は true、それ以外の場合は false。
参照

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