SftPrintPreview/OCX 1.0

SftPrintPreview.PageGapColor Property

Softel vdm, Inc.

Defines the color used between paired pages.

Syntax       

Get

VB.NET

Clr = object.PageGapColor  As System.Drawing.Color

VB

Clr = object.PageGapColor  As OLE_COLOR

C#.NET

System.Drawing.Color Clr = object.PageGapColor;

VC++

OLE_COLOR Clr = object->PageGapColor;
OLE_COLOR Clr = object->GetPageGapColor();

C

HRESULT object->get_PageGapColor(OLE_COLOR* Clr);

Delphi

Clr := object.PageGapColor  : TColor;

Put

VB.NET

object.PageGapColor = Clr  As System.Drawing.Color

VB

object.PageGapColor = Clr  As OLE_COLOR

C#.NET

System.Drawing.Color object.PageGapColor = Clr;

VC++

OLE_COLOR object->PageGapColor = Clr;
void object->PutPageGapColor(OLE_COLOR Clr);

C

HRESULT object->put_PageGapColor(OLE_COLOR Clr);

Delphi

object.PageGapColor := Clr  : TColor;

object

A SftPrintPreview object.

Clr

Defines the color used between paired pages.  For information about color properties, please visit the applicable section "Using SftPrintPreview/OCX with ...".

Comments

The PageGapColor property defines the color used between paired pages.


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