Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.PageGroups Property

Defines the number of pages per row.

Syntax

Get

VB.NETCount = object.PageGroups As Integer
VBCount = object.PageGroups As Integer
C#.NETshort Count = object.PageGroups;
VC++short Count = object->PageGroups;
short Count = object->GetPageGroups();
CHRESULT object->get_PageGroups(short* Count);

Put

VB.NETobject.PageGroups = Count As Integer
VBobject.PageGroups = Count As Integer
C#.NETshort object.PageGroups = Count;
VC++short object->PageGroups = Count;
void object->PutPageGroups(short Count);
CHRESULT object->put_PageGroups(short Count);

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.

See Also SftPrintPreview Object | Object Hierarchy


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