[]
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.
public int MaxPages { get; set; }