PageSize.Width

PageSize.Width property

Gets or sets the page width in points for the the generated images.

public float Width { get; set; }

Remarks

The value must be > 0. If Width is set, Height must be set too.

See Also