Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.GutterMargin Property

Defines the additional margin added alternating between front and back pages.

Syntax

Get

VB.NETwidth = object.GutterMargin As Single
VBwidth = object.GutterMargin As Single
C#.NETfloat width = object.GutterMargin;
VC++float width = object->GutterMargin;
float width = object->GetGutterMargin();
CHRESULT object->get_GutterMargin(float* width);

Put

VB.NETobject.GutterMargin = width As Single
VBobject.GutterMargin = width As Single
C#.NETfloat object.GutterMargin = width;
VC++float object->GutterMargin = width;
void object->PutGutterMargin(float width);
CHRESULT object->put_GutterMargin(float width);

object

A SftPrintPreview object.

width

Defines the additional margin added alternating between front and back pages. The distance is specified in inches.

Comments

The GutterMargin property defines the additional margin added alternating between front and back pages.

The GutterPosition property can be used to define the location of the gutter margin.

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.