SftPrintPreview/OCX 1.0

SftPrintPreview.MaxPageRows Property

Softel vdm, Inc.

Defines the maximum number of page rows selectable using the tool bar.

Syntax       

Get

VB.NET

Count = object.MaxPageRows  As Integer

VB

Count = object.MaxPageRows  As Integer

C#.NET

short Count = object.MaxPageRows;

VC++

short Count = object->MaxPageRows;
short Count = object->GetMaxPageRows();

C

HRESULT object->get_MaxPageRows(short* Count);

Delphi

Count := object.MaxPageRows   : Smallint;

Put

VB.NET

object.MaxPageRows = Count  As Integer

VB

object.MaxPageRows = Count  As Integer

C#.NET

short object.MaxPageRows = Count;

VC++

short object->MaxPageRows = Count;
void object->PutMaxPageRows(short Count);

C

HRESULT object->put_MaxPageRows(short Count);

Delphi

object.MaxPageRows := Count   : Smallint;

object

A SftPrintPreview object.

Count

Defines the maximum number of page rows selectable using the tool bar.  Valid values are in the range 1 - 6.

Comments

The MaxPageRows property defines the maximum number of page rows 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 PageRows property is used to define the number of page rows displayed. 


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