Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.PageGapColor Property

Defines the color used between paired pages.

Syntax

Get

VB.NETClr = object.PageGapColor As System.Drawing.Color
VBClr = object.PageGapColor As OLE_COLOR
C#.NETSystem.Drawing.Color Clr = object.PageGapColor;
VC++OLE_COLOR Clr = object->PageGapColor;
OLE_COLOR Clr = object->GetPageGapColor();
CHRESULT object->get_PageGapColor(OLE_COLOR* Clr);

Put

VB.NETobject.PageGapColor = Clr As System.Drawing.Color
VBobject.PageGapColor = Clr As OLE_COLOR
C#.NETSystem.Drawing.Color object.PageGapColor = Clr;
VC++OLE_COLOR object->PageGapColor = Clr;
void object->PutPageGapColor(OLE_COLOR Clr);
CHRESULT object->put_PageGapColor(OLE_COLOR Clr);

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.

See Also SftPrintPreview Object | Object Hierarchy


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