Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.PageGapSize Property

Defines the width/height of the area between paired pages.

Syntax

Get

VB.NETPixels = object.PageGapSize As Integer
VBPixels = object.PageGapSize As Integer
C#.NETshort Pixels = object.PageGapSize;
VC++short Pixels = object->PageGapSize;
short Pixels = object->GetPageGapSize();
CHRESULT object->get_PageGapSize(short* Pixels);

Put

VB.NETobject.PageGapSize = Pixels As Integer
VBobject.PageGapSize = Pixels As Integer
C#.NETshort object.PageGapSize = Pixels;
VC++short object->PageGapSize = Pixels;
void object->PutPageGapSize(short Pixels);
CHRESULT object->put_PageGapSize(short Pixels);

object

A SftPrintPreview object.

Pixels

Defines the width/height of the area between paired pages in pixels. Valid values are in the range 0 - 5.

Comments

The PageGapSize property defines the width/height of the area between paired pages.

See Also SftPrintPreview Object | Object Hierarchy


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