PageRange public class PageRange Documentation public bool PrintAll { get; set; } public int StartPage { get; set; } public int StopPage { get; set; } public PageRange() public PageRange(int StartPage, int StopPage) public PageRange(int StartPage)