Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.MaxZoom Property

Defines the maximum user-selectable page zoom factor (in percent).

Syntax

Get

VB.NETPercent = object.MaxZoom As Integer
VBPercent = object.MaxZoom As Integer
C#.NETshort Percent = object.MaxZoom;
VC++short Percent = object->MaxZoom;
short Percent = object->GetMaxZoom();
CHRESULT object->get_MaxZoom(short* Percent);

Put

VB.NETobject.MaxZoom = Percent As Integer
VBobject.MaxZoom = Percent As Integer
C#.NETshort object.MaxZoom = Percent;
VC++short object->MaxZoom = Percent;
void object->PutMaxZoom(short Percent);
CHRESULT object->put_MaxZoom(short Percent);

object

A SftPrintPreview object.

Percent

Defines the maximum user-selectable page zoom factor (in percent). The valid range is 10 - 1000.

Comments

The MaxZoom property defines the maximum user-selectable page zoom factor (in percent).

See Also SftPrintPreview Object | Object Hierarchy


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