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!

PrinterSettings.PrintRange

Gets or sets a value indicating the pages the user has asked to print.

[Visual Basic]
Public Property PrintRange As PrintRange
[C#]
public PrintRange PrintRange {get; set;}
[C++]
public: __property PrintRange get_PrintRange();
public: __property void set_PrintRange(PrintRange);
[JScript]
public function get PrintRange() : PrintRange;
public function set PrintRange(PrintRange);

Property Value

The pages the user has asked to print.

Remarks

Except for the PrintDialog, the NGWS frameworks does not pay any attention to this property; it is up to the application to interpret it as appropriate.

When this property is used in an application

See Also

PrinterSettings Class | PrinterSettings Members | System.Drawing.Printing Namespace | PrintRange | Copies | DefaultPageSettings | Duplex | FromPage | LandscapeAngle | MaximumCopies | MaximumPage | MinimumPage | PrinterName | ToPage