PdfDocument AddContent メソッド (String, String)PDF Generator Net Free
PdfDocument内に存在しているContentオブジェクトを再度使用します。

名前空間: PdfGeneratorNetFree
アセンブリ: PdfGeneratorNetFree (in PdfGeneratorNetFree.dll) バージョン: 1.1.0.0
構文

public void AddContent(
	string pageName,
	string contentName
)

パラメーター

pageName
型: System String
PdfDocument内に存在しているContentオブジェクトを追加するPageの名前
contentName
型: System String
Contenオブジェクトの名前
解説

1 pageに複数のContentオブジェクトが追加可能です。同じContentオブジェクトを使いまわすとPDFのファイルサイズが小さくなり、PDFファイルの作成時間も短縮できます。
参照

inserted by FC2 system