'宣言 Public Overloads Shared Function Build( _ ByVal page As Page, _ ByVal bounds As System.Drawing.RectangleF, _ ByVal viewState As ViewState, _ ByVal dpiX As System.Single, _ ByVal dpiY As System.Single, _ ByVal ignoreErrors As System.Boolean _ ) As OperatorList
public static OperatorList Build( Page page, System.Drawing.RectangleF bounds, ViewState viewState, System.float dpiX, System.float dpiY, System.bool ignoreErrors )
パラメータ
- page
- GrapeCity.Documents.Pdf.Page オブジェクト。
- bounds
- 描画する範囲。
- viewState
- GrapeCity.Documents.Pdf.Layers.ViewStateオブジェクト。
- dpiX
- 水平解像度。
- dpiY
- 垂直解像度。
- ignoreErrors
- レンダリング時にPDFコンテンツストリームのエラーを無視するかどうかを示します。
戻り値の型
作成された OperatorList オブジェクト。