Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.ShowAreas Property

Defines whether the margins are shown.

Syntax

Get

VB.NETBoolean = object.ShowAreas As Boolean
VBBoolean = object.ShowAreas As Boolean
C#.NETbool Boolean = object.ShowAreas;
VC++VARIANT_BOOL Boolean = object->ShowAreas;
VARIANT_BOOL Boolean = object->GetShowAreas();
CHRESULT object->get_ShowAreas(VARIANT_BOOL* Boolean);

Put

VB.NETobject.ShowAreas = Boolean As Boolean
VBobject.ShowAreas = Boolean As Boolean
C#.NETbool object.ShowAreas = Boolean;
VC++VARIANT_BOOL object->ShowAreas = Boolean;
void object->PutShowAreas(VARIANT_BOOL Boolean);
CHRESULT object->put_ShowAreas(VARIANT_BOOL Boolean);

object

A SftPrintPreview object.

Boolean

Defines whether the margins are shown.

BooleanDescription
TrueMargins are shown.
FalseMargins are not shown.

Comments

Reserved for future use - Not currently implemented

The ShowAreas property defines whether the margins are shown.

See Also SftPrintPreview Object | Object Hierarchy


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