SftPrintPreview/OCX 1.0

SftPrintPreview.PageRows Property

Softel vdm, Inc.

Defines the number of page rows displayed.

Syntax       

Get

VB.NET

Count = object.PageRows  As Integer

VB

Count = object.PageRows  As Integer

C#.NET

short Count = object.PageRows;

VC++

short Count = object->PageRows;
short Count = object->GetPageRows();

C

HRESULT object->get_PageRows(short* Count);

Delphi

Count := object.PageRows   : Smallint;

Put

VB.NET

object.PageRows = Count  As Integer

VB

object.PageRows = Count  As Integer

C#.NET

short object.PageRows = Count;

VC++

short object->PageRows = Count;
void object->PutPageRows(short Count);

C

HRESULT object->put_PageRows(short Count);

Delphi

object.PageRows := Count   : Smallint;

object

A SftPrintPreview object.

Count

Defines the number of page rows displayed.  Valid values are in the range 1 - 6.

Comments

The PageRows property defines the number of page rows displayed.

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