[]
Gets or sets a width of the page.
public Length Width { get; set; }
A Length value indicating the width of the page.
Page page = new Page(); page.Width = "8.5in";