PrintRange

PrintRange enum

Specifies what pages are printed.

enum class PrintRange

Values

NameValueDescription
AllPages0Print all pages.
Selection1Print selected pages.
SomePages2Print pages from the specified range.
CurrentPage4194304Print currently displayed page.

See Also