範囲のデータを指定されたPDFページの特定の位置に描画します。
シンタックス
'宣言
Public Overloads Sub Draw( _
ByVal As GrapeCity.Documents.Pdf.Page, _
ByVal As System.Drawing.RectangleF, _
ByVal As IRange, _
Optional ByVal As PdfSaveOptions _
)
public void Draw(
GrapeCity.Documents.Pdf.Page ,
System.Drawing.RectangleF ,
IRange ,
PdfSaveOptions
)
パラメータ
- page
- GcPdfDocument内のページ。
- rect
- 描画する範囲のデータの位置とサイズ。
- range
- 印刷するデータ範囲。
- options
- PDF ファイルを保存する際のオプション。
参照