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

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);

Property Value

The first page to print.

Exceptions

Exception Type Condition
ArgumentException The value is less that zero.

Remarks

When using this method,

This method does not include any error trapping.

See Also

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