Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.ShadowSize Property

Defines the width and height of shadow lines (in pixels).

Syntax

Get

VB.NETPixels = object.ShadowSize As Integer
VBPixels = object.ShadowSize As Integer
C#.NETshort Pixels = object.ShadowSize;
VC++short Pixels = object->ShadowSize;
short Pixels = object->GetShadowSize();
CHRESULT object->get_ShadowSize(short* Pixels);

Put

VB.NETobject.ShadowSize = Pixels As Integer
VBobject.ShadowSize = Pixels As Integer
C#.NETshort object.ShadowSize = Pixels;
VC++short object->ShadowSize = Pixels;
void object->PutShadowSize(short Pixels);
CHRESULT object->put_ShadowSize(short Pixels);

object

A SftPrintPreview object.

Pixels

Defines the width and height of shadow lines (in pixels). Valid values are in the range 0 - 5.

Comments

The ShadowSize property defines the width and height of shadow lines (in pixels).

See Also SftPrintPreview Object | Object Hierarchy


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