PrintPreviewControl::StartPage Property

 

Gets or sets the page number of the upper left page.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property int StartPage {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The page number of the upper left page. The default is 0.

Exception Condition
ArgumentOutOfRangeException

The set value is less than 0.

.NET Framework
Available since 1.1
Return to top
Show: