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