Property MaxHeight
MaxHeight
Gets or sets an upper bound on the output height in pixels, or 0 for none. Defaults to 0.
public int MaxHeight { get; set; }
Property Value
Exceptions
- ArgumentOutOfRangeException
The value is negative.
Gets or sets an upper bound on the output height in pixels, or 0 for none. Defaults to 0.
public int MaxHeight { get; set; }
The value is negative.