Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.GutterPosition Property

Defines the location of the gutter margin.

Syntax

Get

VB.NETStyle = object.GutterPosition As SftPrintPreviewGutterPositionConstants
VBStyle = object.GutterPosition As SftPrintPreviewGutterPositionConstants
C#.NETSftPrintPreviewGutterPositionConstants Style = object.GutterPosition;
VC++enum SftPrintPreviewGutterPositionConstants Style = object->GutterPosition;
enum SftPrintPreviewGutterPositionConstants Style = object->GetGutterPosition();
CHRESULT object->get_GutterPosition(enum SftPrintPreviewGutterPositionConstants* Style);

Put

VB.NETobject.GutterPosition = Style As SftPrintPreviewGutterPositionConstants
VBobject.GutterPosition = Style As SftPrintPreviewGutterPositionConstants
C#.NETSftPrintPreviewGutterPositionConstants object.GutterPosition = Style;
VC++enum SftPrintPreviewGutterPositionConstants object->GutterPosition = Style;
void object->PutGutterPosition(enum SftPrintPreviewGutterPositionConstants Style);
CHRESULT object->put_GutterPosition(enum SftPrintPreviewGutterPositionConstants Style);

object

A SftPrintPreview object.

Style

Defines the location of the gutter margin.

NameValueDescription
gutterSftPrintPreviewLeft0Left
gutterSftPrintPreviewTop1Top

Comments

The GutterPosition property defines the location of the gutter margin.

The GutterMargin property can be used to define the additional margin added alternating between front and back pages.

A gutter margin is useful when printing pages that are to be bound or two and three-hole punched. The gutter margin provides extra space for such binding. If mirrored margins are selected (see MirrorMargins property), the gutter margin will alternate between left and right (or top and bottom) on the front and back of pages.

See Also SftPrintPreview Object | Object Hierarchy


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