|
|
|
|
|
SftPrintPreview.MaxPageGroups Property |
Defines the maximum number of pages per row selectable using the tool bar.
Syntax
|
VB.NET |
Count = object.MaxPageGroups As Integer |
||
|
VB |
Count = object.MaxPageGroups As Integer |
||
|
C#.NET |
short Count = object.MaxPageGroups; |
||
|
VC++ |
short Count = object->MaxPageGroups;
|
||
|
C |
HRESULT object->get_MaxPageGroups(short* Count); |
||
|
Delphi |
Count := object.MaxPageGroups : Smallint; |
||
|
VB.NET |
object.MaxPageGroups = Count As Integer |
||
|
VB |
object.MaxPageGroups = Count As Integer |
||
|
C#.NET |
short object.MaxPageGroups = Count; |
||
|
VC++ |
short object->MaxPageGroups = Count;
|
||
|
C |
HRESULT object->put_MaxPageGroups(short Count); |
||
|
Delphi |
object.MaxPageGroups := Count : Smallint; |
||
object
A SftPrintPreview object.
Count
Defines the maximum number of pages per row selectable using the tool bar. Valid values are 2, 4, 6, 8, 10, 12.
Comments
The MaxPageGroups property defines the maximum number of pages per row 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 PageGroups property is used to define the number of pages per row.