SftPrintPreview/OCX 1.0

SftPrintPreview.FooterMargin Property

Softel vdm, Inc.

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

Syntax       

Get

VB.NET

height = object.FooterMargin  As Single

VB

height = object.FooterMargin  As Single

C#.NET

float height = object.FooterMargin;

VC++

float height = object->FooterMargin;
float height = object->GetFooterMargin();

C

HRESULT object->get_FooterMargin(float* height);

Delphi

height := object.FooterMargin   : Single;

Put

VB.NET

object.FooterMargin = height  As Single

VB

object.FooterMargin = height  As Single

C#.NET

float object.FooterMargin = height;

VC++

float object->FooterMargin = height;
void object->PutFooterMargin(float height);

C

HRESULT object->put_FooterMargin(float height);

Delphi

object.FooterMargin := height   : Single;

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


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