DioDocs for PDF
Draw(GcGraphics,RectangleF,Boolean,Boolean,RenderingCache,Boolean,Boolean) メソッド

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf 名前空間 > Page クラス > Draw メソッド : Draw(GcGraphics,RectangleF,Boolean,Boolean,RenderingCache,Boolean,Boolean) メソッド
ページを描画する GrapeCity.Documents.Drawing.GcGraphics
描画する範囲。
注釈を描するかどうかを示します。
フォームフィールドを描画するかどうか示します。
レンダリング時に作成されたオブジェクトをキャッシュするために使用される RenderingCache オブジェクト。
画像が印刷用に生成されるかどうかを示します。
レンダリング時にPDFコンテンツストリームのエラーを無視するかどうかを示します。
GrapeCity.Documents.Drawing.GcGraphics 上にページを描画します。
シンタックス
'宣言
 
Public Overloads Sub Draw( _
   ByVal graphics As GcGraphics, _
   ByVal bounds As System.Drawing.RectangleF, _
   Optional ByVal drawAnnotations As System.Boolean, _
   Optional ByVal drawFormFields As System.Boolean, _
   Optional ByVal renderingCache As RenderingCache, _
   Optional ByVal print As System.Boolean, _
   Optional ByVal ignoreErrors As System.Boolean _
) 
public void Draw( 
   GcGraphics graphics,
   System.Drawing.RectangleF bounds,
   System.bool drawAnnotations,
   System.bool drawFormFields,
   RenderingCache renderingCache,
   System.bool print,
   System.bool ignoreErrors
)

パラメータ

graphics
ページを描画する GrapeCity.Documents.Drawing.GcGraphics
bounds
描画する範囲。
drawAnnotations
注釈を描するかどうかを示します。
drawFormFields
フォームフィールドを描画するかどうか示します。
renderingCache
レンダリング時に作成されたオブジェクトをキャッシュするために使用される RenderingCache オブジェクト。
print
画像が印刷用に生成されるかどうかを示します。
ignoreErrors
レンダリング時にPDFコンテンツストリームのエラーを無視するかどうかを示します。
参照

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