C1PdfDocumentクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Drawing.Printing.PaperKind, _
ByVal landscape As System.Boolean _
)
public C1PdfDocument(
System.Drawing.Printing.PaperKind ,
System.bool landscape
)
パラメータ
- paperKind
- ドキュメントのデフォルトの用紙サイズ。
- landscape
- ドキュメントのデフォルトの用紙の向き。
参照