'宣言 Public Overloads Shared Function MeasureHtml( _ ByVal graphics As GcPdfGraphics, _ ByVal html As System.String, _ ByVal format As HtmlToPdfFormat, _ Optional ByVal virtualTimeBudget As System.Integer, _ Optional ByVal authServerWhitelist As System.String, _ Optional ByVal proxyServer As System.String _ ) As System.Drawing.SizeF
public static System.Drawing.SizeF MeasureHtml( GcPdfGraphics graphics, System.string html, HtmlToPdfFormat format, System.int virtualTimeBudget, System.string authServerWhitelist, System.string proxyServer )
パラメータ
- graphics
- ターゲットの GcPdfGraphics オブジェクト。
- html
- 描画する HTML 文字列。
- format
- 書式設定属性。
- virtualTimeBudget
- ページが準備完了とみなされるまでの待機するミリ秒数。
- authServerWhitelist
- Negotiate Auth サーバーのホワイトリスト (「*example.com」など)。
- proxyServer
- 「https://proxy-ip:proxy-port」などのプロキシサーバー。
戻り値の型
このグラフィックに描画される場合の HTML ブロックのサイズ。