SftPrintPreview/OCX 1.0

SftPrintPreview.BottomMargin Property

Softel vdm, Inc.

Defines the height of the bottom margin.

Syntax       

Get

VB.NET

height = object.BottomMargin  As Single

VB

height = object.BottomMargin  As Single

C#.NET

float height = object.BottomMargin;

VC++

float height = object->BottomMargin;
float height = object->GetBottomMargin();

C

HRESULT object->get_BottomMargin(float* height);

Delphi

height := object.BottomMargin   : Single;

Put

VB.NET

object.BottomMargin = height  As Single

VB

object.BottomMargin = height  As Single

C#.NET

float object.BottomMargin = height;

VC++

float object->BottomMargin = height;
void object->PutBottomMargin(float height);

C

HRESULT object->put_BottomMargin(float height);

Delphi

object.BottomMargin := height   : Single;

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.


Feedback / comments / error reports for this topic
© 2004 - Softel vdm, Inc. - www.windowscontrols.com