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