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);
The pages the user has asked to print.
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
PrinterSettings Class | PrinterSettings Members | System.Drawing.Printing Namespace | PrintRange | Copies | DefaultPageSettings | Duplex | FromPage | LandscapeAngle | MaximumCopies | MaximumPage | MinimumPage | PrinterName | ToPage