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);
The lowest allowable minimum page.
Exception Type | Condition |
---|---|
ArgumentException | The minimum page number is less than zero. |
PrinterSettings Class | PrinterSettings Members | System.Drawing.Printing Namespace | Copies | DefaultPageSettings | Duplex | FromPage | LandscapeAngle | MaximumCopies | MaximumPage | PrintRange | PrinterName | ToPage