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.MinimumPage

The lowest FromPage or ToPage which may be selected in a print dialog box.

[Visual Basic]
Public Property MinimumPage As Integer
[C#]
public int MinimumPage {get; set;}
[C++]
public: __property int get_MinimumPage();
public: __property void set_MinimumPage(int);
[JScript]
public function get MinimumPage() : int;
public function set MinimumPage(int);

Property Value

The lowest allowable minimum page.

Exceptions

Exception Type Condition
ArgumentException The minimum page number is less than zero.

See Also

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