[]
        
(Showing Draft Content)

C1.C1Preview.C1PrintDocument.MaxPages

MaxPages Property

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 Generate() method.

Declaration
public int MaxPages { get; set; }