PrintRange
Specifies the part of the document to print.
namespace System.Drawing.Printing
{
public enum PrintRange
{
AllPages = 0,
Selection = 1,
SomePages = 2,
CurrentPage = 4194304
}
}