|
|
|
|
|
SftPrintPreview.PageGroups Property |
Defines the number of pages per row.
Syntax
|
VB.NET |
Count = object.PageGroups As Integer |
||
|
VB |
Count = object.PageGroups As Integer |
||
|
C#.NET |
short Count = object.PageGroups; |
||
|
VC++ |
short Count = object->PageGroups;
|
||
|
C |
HRESULT object->get_PageGroups(short* Count); |
||
|
Delphi |
Count := object.PageGroups : Smallint; |
||
|
VB.NET |
object.PageGroups = Count As Integer |
||
|
VB |
object.PageGroups = Count As Integer |
||
|
C#.NET |
short object.PageGroups = Count; |
||
|
VC++ |
short object->PageGroups = Count;
|
||
|
C |
HRESULT object->put_PageGroups(short Count); |
||
|
Delphi |
object.PageGroups := Count : Smallint; |
||
object
A SftPrintPreview object.
Count
Defines the number of pages per row. Valid values are 2, 4, 6, 8, 10, 12.
Comments
The PageGroups property defines the number of pages per row.
In a multi-page display, the PageRows and PageGroups properties determine the number of pages displayed.