Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.MaxPageRows Property

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

Syntax

Get

VB.NETCount = object.MaxPageRows As Integer
VBCount = object.MaxPageRows As Integer
C#.NETshort Count = object.MaxPageRows;
VC++short Count = object->MaxPageRows;
short Count = object->GetMaxPageRows();
CHRESULT object->get_MaxPageRows(short* Count);

Put

VB.NETobject.MaxPageRows = Count As Integer
VBobject.MaxPageRows = Count As Integer
C#.NETshort object.MaxPageRows = Count;
VC++short object->MaxPageRows = Count;
void object->PutMaxPageRows(short Count);
CHRESULT object->put_MaxPageRows(short Count);

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.

See Also SftPrintPreview Object | Object Hierarchy


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