SftPrintPreview/OCX 1.0

SftPrintPreview.GutterPosition Property

Softel vdm, Inc.

Defines the location of the gutter margin.

Syntax       

Get

VB.NET

Style = object.GutterPosition  As SftPrintPreviewGutterPositionConstants

VB

Style = object.GutterPosition  As SftPrintPreviewGutterPositionConstants

C#.NET

SftPrintPreviewGutterPositionConstants Style = object.GutterPosition;

VC++

enum SftPrintPreviewGutterPositionConstants Style = object->GutterPosition;
enum SftPrintPreviewGutterPositionConstants Style = object->GetGutterPosition();

C

HRESULT object->get_GutterPosition(enum SftPrintPreviewGutterPositionConstants* Style);

Delphi

Style := object.GutterPosition  : TOleEnum;

Put

VB.NET

object.GutterPosition = Style  As SftPrintPreviewGutterPositionConstants

VB

object.GutterPosition = Style  As SftPrintPreviewGutterPositionConstants

C#.NET

SftPrintPreviewGutterPositionConstants object.GutterPosition = Style;

VC++

enum SftPrintPreviewGutterPositionConstants object->GutterPosition = Style;
void object->PutGutterPosition(enum SftPrintPreviewGutterPositionConstants Style);

C

HRESULT object->put_GutterPosition(enum SftPrintPreviewGutterPositionConstants Style);

Delphi

object.GutterPosition := Style  : TOleEnum;

object

A SftPrintPreview object.

Style

Defines the location of the gutter margin.

Name

Value

Description

gutterSftPrintPreviewLeft

0

Left

gutterSftPrintPreviewTop

1

Top

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.


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