Enum PrintRange

PrintRange enumeration

Specifies the option that designate the part of the document to print.

public enum PrintRange

Values

NameValueDescription
AllPages0All pages are printed.
SomePages2The pages between FromPage and ToPage are printed.
Selection1The selected pages are printed.
CurrentPage4194304The current page is printed. If used with some operating systems, all pages may be printed.

See Also