'宣言 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;}
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;}