Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.RightMargin Property

Defines the width of the right margin.

Syntax

Get

VB.NETwidth = object.RightMargin As Single
VBwidth = object.RightMargin As Single
C#.NETfloat width = object.RightMargin;
VC++float width = object->RightMargin;
float width = object->GetRightMargin();
CHRESULT object->get_RightMargin(float* width);

Put

VB.NETobject.RightMargin = width As Single
VBobject.RightMargin = width As Single
C#.NETfloat object.RightMargin = width;
VC++float object->RightMargin = width;
void object->PutRightMargin(float width);
CHRESULT object->put_RightMargin(float width);

object

A SftPrintPreview object.

width

Defines the width of the right margin. The distance is specified in inches.

Comments

The RightMargin property defines the width of the right margin.

Left, top, right and bottom margins can be defined using the LeftMargin, TopMargin, RightMargin and BottomMargin properties.

See Also SftPrintPreview Object | Object Hierarchy


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