DioDocs for PDF
DrawHtml(GcBitmapGraphics,GcHtmlBrowser,Uri,Single,Single,HtmlToImageFormat,SizeF,Boolean) メソッド

GrapeCity.Documents.Html > GrapeCity.Documents.Drawing 名前空間 > GcBitmapGraphicsExt クラス > DrawHtml メソッド : DrawHtml(GcBitmapGraphics,GcHtmlBrowser,Uri,Single,Single,HtmlToImageFormat,SizeF,Boolean) メソッド
The target GrapeCity.Documents.Imaging.GcBitmapGraphics object.
An instance of GrapeCity.Documents.Html.GcHtmlBrowser object.
The URI specifying the source HTML page.
The x-coordinate at which to draw the HTML block.
The y-coordinate at which to draw the HTML block.
The formatting attributes.
OUT: the size of the rendered HTML block.
Whether to scroll the page down to the end to force pending images to load.
Draws an HTML page provided by an URI on this GrapeCity.Documents.Imaging.GcBitmapGraphics at a specified position.
シンタックス
'宣言
 
Public Overloads Shared Function DrawHtml( _
   ByVal graphics As GcBitmapGraphics, _
   ByVal browser As GcHtmlBrowser, _
   ByVal htmlUri As System.Uri, _
   ByVal x As System.Single, _
   ByVal y As System.Single, _
   ByVal format As HtmlToImageFormat, _
   ByRef size As System.Drawing.SizeF, _
   Optional ByVal loadLazyImages As System.Boolean _
) As System.Boolean
public static System.bool DrawHtml( 
   GcBitmapGraphics graphics,
   GcHtmlBrowser browser,
   System.Uri htmlUri,
   System.float x,
   System.float y,
   HtmlToImageFormat format,
   out System.Drawing.SizeF size,
   System.bool loadLazyImages
)

パラメータ

graphics
The target GrapeCity.Documents.Imaging.GcBitmapGraphics object.
browser
An instance of GrapeCity.Documents.Html.GcHtmlBrowser object.
htmlUri
The URI specifying the source HTML page.
x
The x-coordinate at which to draw the HTML block.
y
The y-coordinate at which to draw the HTML block.
format
The formatting attributes.
size
OUT: the size of the rendered HTML block.
loadLazyImages
Whether to scroll the page down to the end to force pending images to load.

戻り値の型

True if the drawn block is not empty, false otherwise.
参照

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