Gets or sets the first page to print. The NGWS frameworks does not by any attention to this property; it is up to the application to interpret it as appropriate.
[Visual Basic] Public Property FromPage As Integer [C#] public int FromPage {get; set;} [C++] public: __property int get_FromPage(); public: __property void set_FromPage(int); [JScript] public function get FromPage() : int; public function set FromPage(int);
The first page to print.
Exception Type | Condition |
---|---|
ArgumentException | The value is less that zero. |
When using this method,
This method does not include any error trapping.
PrinterSettings Class | PrinterSettings Members | System.Drawing.Printing Namespace | Copies | DefaultPageSettings | Duplex | LandscapeAngle | MaximumCopies | MaximumPage | MinimumPage | PrintRange | PrinterName | ToPage