Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.BottomMargin Property

Defines the height of the bottom margin.

Syntax

Get

VB.NETheight = object.BottomMargin As Single
VBheight = object.BottomMargin As Single
C#.NETfloat height = object.BottomMargin;
VC++float height = object->BottomMargin;
float height = object->GetBottomMargin();
CHRESULT object->get_BottomMargin(float* height);

Put

VB.NETobject.BottomMargin = height As Single
VBobject.BottomMargin = height As Single
C#.NETfloat object.BottomMargin = height;
VC++float object->BottomMargin = height;
void object->PutBottomMargin(float height);
CHRESULT object->put_BottomMargin(float height);

object

A SftPrintPreview object.

height

Defines the height of the bottom margin. The distance is specified in inches.

Comments

The BottomMargin property defines the height of the bottom margin.

The bottom margin is the distance between the bottom edge of the paper and the bottom of the printed area. The BottomMargin property does not affect the footers, as these are positioned using the FooterMargin property.

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.