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