Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.MaxPageGroups Property

Defines the maximum number of pages per row selectable using the tool bar.

Syntax

Get

VB.NETCount = object.MaxPageGroups As Integer
VBCount = object.MaxPageGroups As Integer
C#.NETshort Count = object.MaxPageGroups;
VC++short Count = object->MaxPageGroups;
short Count = object->GetMaxPageGroups();
CHRESULT object->get_MaxPageGroups(short* Count);

Put

VB.NETobject.MaxPageGroups = Count As Integer
VBobject.MaxPageGroups = Count As Integer
C#.NETshort object.MaxPageGroups = Count;
VC++short object->MaxPageGroups = Count;
void object->PutMaxPageGroups(short Count);
CHRESULT object->put_MaxPageGroups(short Count);

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.

See Also SftPrintPreview Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.