DioDocs for Excel
AppendPage メソッド

DS.Documents.Excel アセンブリ > GrapeCity.Documents.Excel 名前空間 > PrintManager クラス : AppendPage メソッド
指定されたGcPdfDocument。
印刷されたページ情報。
PDF ファイルを保存する際のオプション。
ページ情報を指定されたpdfドキュメントに追加します。
シンタックス
'宣言
 
Public Sub AppendPage( _
   ByVal doc As GrapeCity.Documents.Pdf.GcPdfDocument, _
   ByVal pageInfo As PageInfo, _
   Optional ByVal options As PdfSaveOptions _
) 
public void AppendPage( 
   GrapeCity.Documents.Pdf.GcPdfDocument doc,
   PageInfo pageInfo,
   PdfSaveOptions options
)

パラメータ

doc
指定されたGcPdfDocument。
pageInfo
印刷されたページ情報。
options
PDF ファイルを保存する際のオプション。
参照

PrintManager クラス
PrintManager メンバ