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

Gets or sets the number of pages displayed vertically down the screen.

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

Property Value

The number of pages displayed vertically down the screen. The default is zero.

See Also

PrintPreviewControl Class | PrintPreviewControl Members | System.WinForms Namespace