NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PrintRange Enumeration

Specifies the option buttons in the print dialog box that designate the part of the document to print.

[Visual Basic]
Public Enum PrintRange
[C#]
public enum PrintRange
[C++]
public enum PrintRange

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Remarks

PrinterSettings uses this enumeration.

Members

Member Name Description
AllPages All pages are printed.
Selection The selected pages are printed.
SomePages The pages specified by FromPage and ToPage are printed.

Requirements

Namespace: System.Drawing.Printing

Assembly: System.Drawing.dll

See Also

System.Drawing.Printing Namespace | PrinterSettings