Property Height
Height
Gets or sets the target output height in pixels, or 0 for whatever Dpi produces. Defaults to 0.
public int Height { get; set; }
Property Value
Exceptions
- ArgumentOutOfRangeException
The value is negative.
Gets or sets the target output height in pixels, or 0 for whatever Dpi produces. Defaults to 0.
public int Height { get; set; }
The value is negative.