|
|
|
|
|
SftPrintPreview.PageRows Property |
Defines the number of page rows displayed.
Syntax
|
VB.NET |
Count = object.PageRows As Integer |
||
|
VB |
Count = object.PageRows As Integer |
||
|
C#.NET |
short Count = object.PageRows; |
||
|
VC++ |
short Count = object->PageRows;
|
||
|
C |
HRESULT object->get_PageRows(short* Count); |
||
|
Delphi |
Count := object.PageRows : Smallint; |
||
|
VB.NET |
object.PageRows = Count As Integer |
||
|
VB |
object.PageRows = Count As Integer |
||
|
C#.NET |
short object.PageRows = Count; |
||
|
VC++ |
short object->PageRows = Count;
|
||
|
C |
HRESULT object->put_PageRows(short Count); |
||
|
Delphi |
object.PageRows := Count : Smallint; |
||
object
A SftPrintPreview object.
Count
Defines the number of page rows displayed. Valid values are in the range 1 - 6.
Comments
The PageRows property defines the number of page rows displayed.
In a multi-page display, the PageRows and PageGroups properties determine the number of pages displayed.