SftPrintPreview/OCX 1.0

SftPrintPreview.PageGapSize Property

Softel vdm, Inc.

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

Syntax       

Get

VB.NET

Pixels = object.PageGapSize  As Integer

VB

Pixels = object.PageGapSize  As Integer

C#.NET

short Pixels = object.PageGapSize;

VC++

short Pixels = object->PageGapSize;
short Pixels = object->GetPageGapSize();

C

HRESULT object->get_PageGapSize(short* Pixels);

Delphi

Pixels := object.PageGapSize   : Smallint;

Put

VB.NET

object.PageGapSize = Pixels  As Integer

VB

object.PageGapSize = Pixels  As Integer

C#.NET

short object.PageGapSize = Pixels;

VC++

short object->PageGapSize = Pixels;
void object->PutPageGapSize(short Pixels);

C

HRESULT object->put_PageGapSize(short Pixels);

Delphi

object.PageGapSize := Pixels   : Smallint;

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.


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