SftPrintPreview/OCX 1.0

SftPrintPreview.MirrorMargins Property

Softel vdm, Inc.

Defines whether the margins and headers/footers are reversed on back pages.

Syntax       

Get

VB.NET

Boolean = object.MirrorMargins  As Boolean

VB

Boolean = object.MirrorMargins  As Boolean

C#.NET

bool Boolean = object.MirrorMargins;

VC++

VARIANT_BOOL Boolean = object->MirrorMargins;
VARIANT_BOOL Boolean = object->GetMirrorMargins();

C

HRESULT object->get_MirrorMargins(VARIANT_BOOL* Boolean);

Delphi

Boolean := object.MirrorMargins   : WordBool;

Put

VB.NET

object.MirrorMargins = Boolean  As Boolean

VB

object.MirrorMargins = Boolean  As Boolean

C#.NET

bool object.MirrorMargins = Boolean;

VC++

VARIANT_BOOL object->MirrorMargins = Boolean;
void object->PutMirrorMargins(VARIANT_BOOL Boolean);

C

HRESULT object->put_MirrorMargins(VARIANT_BOOL Boolean);

Delphi

object.MirrorMargins := Boolean   : WordBool;

object

A SftPrintPreview object.

Boolean

Defines whether the margins and headers/footers are reversed on back pages.

Boolean

Description

True

Margins, headers and footers are reversed on back pages.

False

Margins, headers and footers are never reversed.

Comments

The MirrorMargins property defines whether the margins and headers/footers are reversed on back pages.


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