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!

PrintPreviewControl.StartPage

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

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

Property Value

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

See Also

PrintPreviewControl Class | PrintPreviewControl Members | System.WinForms Namespace