Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.PageRows Property

Defines the number of page rows displayed.

Syntax

Get

VB.NETCount = object.PageRows As Integer
VBCount = object.PageRows As Integer
C#.NETshort Count = object.PageRows;
VC++short Count = object->PageRows;
short Count = object->GetPageRows();
CHRESULT object->get_PageRows(short* Count);

Put

VB.NETobject.PageRows = Count As Integer
VBobject.PageRows = Count As Integer
C#.NETshort object.PageRows = Count;
VC++short object->PageRows = Count;
void object->PutPageRows(short Count);
CHRESULT object->put_PageRows(short Count);

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.

See Also SftPrintPreview Object | Object Hierarchy


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