SftPrintPreview/OCX 1.0

SftPrintPreview.PageGroups Property

Softel vdm, Inc.

Defines the number of pages per row.

Syntax       

Get

VB.NET

Count = object.PageGroups  As Integer

VB

Count = object.PageGroups  As Integer

C#.NET

short Count = object.PageGroups;

VC++

short Count = object->PageGroups;
short Count = object->GetPageGroups();

C

HRESULT object->get_PageGroups(short* Count);

Delphi

Count := object.PageGroups   : Smallint;

Put

VB.NET

object.PageGroups = Count  As Integer

VB

object.PageGroups = Count  As Integer

C#.NET

short object.PageGroups = Count;

VC++

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


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