SftPrintPreview/OCX 1.0

SftPrintPreview.RightMargin Property

Softel vdm, Inc.

Defines the width of the right margin.

Syntax       

Get

VB.NET

width = object.RightMargin  As Single

VB

width = object.RightMargin  As Single

C#.NET

float width = object.RightMargin;

VC++

float width = object->RightMargin;
float width = object->GetRightMargin();

C

HRESULT object->get_RightMargin(float* width);

Delphi

width := object.RightMargin   : Single;

Put

VB.NET

object.RightMargin = width  As Single

VB

object.RightMargin = width  As Single

C#.NET

float object.RightMargin = width;

VC++

float object->RightMargin = width;
void object->PutRightMargin(float width);

C

HRESULT object->put_RightMargin(float width);

Delphi

object.RightMargin := width   : Single;

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.


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