PrintDocument for WinForms
MaxPages プロパティ (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : MaxPages プロパティ
Gets or sets the value limiting the maximum number of pages in the generated document.

The default value is -1, indicating that the number of pages in the document is unlimited.

This property is only taken into account when the document is created using the C1PrintDocument.Generate method.

シンタックス
'宣言
 
Public Property MaxPages As System.Integer
'使用法
 
Dim instance As C1PrintDocument
Dim value As System.Integer
 
instance.MaxPages = value
 
value = instance.MaxPages
public System.int MaxPages {get; set;}
参照

C1PrintDocument クラス
C1PrintDocument メンバ