Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.FooterMargin Property

Defines the distance between the bottom paper edge and the footer.

Syntax

Get

VB.NETheight = object.FooterMargin As Single
VBheight = object.FooterMargin As Single
C#.NETfloat height = object.FooterMargin;
VC++float height = object->FooterMargin;
float height = object->GetFooterMargin();
CHRESULT object->get_FooterMargin(float* height);

Put

VB.NETobject.FooterMargin = height As Single
VBobject.FooterMargin = height As Single
C#.NETfloat object.FooterMargin = height;
VC++float object->FooterMargin = height;
void object->PutFooterMargin(float height);
CHRESULT object->put_FooterMargin(float height);

object

A SftPrintPreview object.

height

Defines the distance between the bottom paper edge and the footer. The distance is specified in inches.

Comments

The FooterMargin property defines the distance between the bottom paper edge and the footer.

The HeaderMargin property can be used to define the distance between the top paper edge and the header.

See Also SftPrintPreview Object | Object Hierarchy


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