DioDocs for PDF
HtmlToImageFormat コンストラクタ

GrapeCity.Documents.Html > GrapeCity.Documents.Drawing 名前空間 > HtmlToImageFormat クラス : HtmlToImageFormat コンストラクタ
Specifies whether to render the whole page.
Specifies whether to trim image margins.
Initializes a new instance of HtmlToImageFormat.

If fullPage is true, the resulting image size will be calculated automatically to include all page content. The minimal size will be determined by WindowSize.

If fullPage is false, the maximum resulting image size will be determined by MaxWindowWidth and MaxWindowHeight (possibly clipping some content).

シンタックス
'宣言
 
Public Function New( _
   ByVal fullPage As System.Boolean, _
   Optional ByVal trimMargins As System.Boolean _
)
public HtmlToImageFormat( 
   System.bool fullPage,
   System.bool trimMargins
)

パラメータ

fullPage
Specifies whether to render the whole page.
trimMargins
Specifies whether to trim image margins.
参照

HtmlToImageFormat クラス
HtmlToImageFormat メンバ
FullPage プロパティ
MaxTopMargin プロパティ
MaxBottomMargin プロパティ
MaxLeftMargin プロパティ
MaxRightMargin プロパティ