|
|
|
|
|
SftPrintPreview.MaxPageRows Property |
Defines the maximum number of page rows selectable using the tool bar.
Syntax
|
VB.NET |
Count = object.MaxPageRows As Integer |
||
|
VB |
Count = object.MaxPageRows As Integer |
||
|
C#.NET |
short Count = object.MaxPageRows; |
||
|
VC++ |
short Count = object->MaxPageRows;
|
||
|
C |
HRESULT object->get_MaxPageRows(short* Count); |
||
|
Delphi |
Count := object.MaxPageRows : Smallint; |
||
|
VB.NET |
object.MaxPageRows = Count As Integer |
||
|
VB |
object.MaxPageRows = Count As Integer |
||
|
C#.NET |
short object.MaxPageRows = Count; |
||
|
VC++ |
short object->MaxPageRows = Count;
|
||
|
C |
HRESULT object->put_MaxPageRows(short Count); |
||
|
Delphi |
object.MaxPageRows := Count : Smallint; |
||
object
A SftPrintPreview object.
Count
Defines the maximum number of page rows selectable using the tool bar. Valid values are in the range 1 - 6.
Comments
The MaxPageRows property defines the maximum number of page rows selectable using the tool bar. If output is slow to generate for preview purposes, it may be advantageous to limit the maximum number of displayable pages.
The PageRows property is used to define the number of page rows displayed.