Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.MirrorMargins Property

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

Syntax

Get

VB.NETBoolean = object.MirrorMargins As Boolean
VBBoolean = object.MirrorMargins As Boolean
C#.NETbool Boolean = object.MirrorMargins;
VC++VARIANT_BOOL Boolean = object->MirrorMargins;
VARIANT_BOOL Boolean = object->GetMirrorMargins();
CHRESULT object->get_MirrorMargins(VARIANT_BOOL* Boolean);

Put

VB.NETobject.MirrorMargins = Boolean As Boolean
VBobject.MirrorMargins = Boolean As Boolean
C#.NETbool object.MirrorMargins = Boolean;
VC++VARIANT_BOOL object->MirrorMargins = Boolean;
void object->PutMirrorMargins(VARIANT_BOOL Boolean);
CHRESULT object->put_MirrorMargins(VARIANT_BOOL Boolean);

object

A SftPrintPreview object.

Boolean

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

BooleanDescription
TrueMargins, headers and footers are reversed on back pages.
FalseMargins, headers and footers are never reversed.

Comments

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

See Also SftPrintPreview Object | Object Hierarchy


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