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);
The page number of the upper left page. The default is zero.
PrintPreviewControl Class | PrintPreviewControl Members | System.WinForms Namespace