SftPrintPreview/OCX 1.0

SftPrintPreview.MaxPageGroups Property

Softel vdm, Inc.

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

Syntax       

Get

VB.NET

Count = object.MaxPageGroups  As Integer

VB

Count = object.MaxPageGroups  As Integer

C#.NET

short Count = object.MaxPageGroups;

VC++

short Count = object->MaxPageGroups;
short Count = object->GetMaxPageGroups();

C

HRESULT object->get_MaxPageGroups(short* Count);

Delphi

Count := object.MaxPageGroups   : Smallint;

Put

VB.NET

object.MaxPageGroups = Count  As Integer

VB

object.MaxPageGroups = Count  As Integer

C#.NET

short object.MaxPageGroups = Count;

VC++

short object->MaxPageGroups = Count;
void object->PutMaxPageGroups(short 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. 


Feedback / comments / error reports for this topic
© 2004 - Softel vdm, Inc. - www.windowscontrols.com