Image.SetOpacity

Image.SetOpacity ( 

string ObjectName,

number Opacity = 100 )

Example 1

Image.SetOpacity("Logo", 0);

Sets the "Logo" image object's opacity to the value 0. This means the object will appear completely transparent (invisible).

Example 2

Image.SetOpacity("Product 1", 100);

Sets the "Product 1" image object's opacity to the value 100. This means the object will appear completely opaque (fully visible).

Example 3

Image.SetOpacity("Info Link", 50);

Sets the "Info Link" image object's opacity to the value 50. This means the object will appear 50% translucent (see through).

See also:  Related Actions