Property MaxPages
MaxPages
Gets or sets the maximum number of pages a conversion may lay out, or null for unlimited.
public int? MaxPages { get; set; }
Property Value
- int?
Exceptions
- ArgumentOutOfRangeException
The value is not positive.
Gets or sets the maximum number of pages a conversion may lay out, or null for unlimited.
public int? MaxPages { get; set; }
The value is not positive.