Opacity
(number) The opacity value (0-100) you want to set for the image object. A value of 100 will make the image completely opaque (fully visible) and the value 0 will make the image completely transparent (invisible). Any values in between will make the image translucent (see through).
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
Image.SetPos
OverviewExamples
Image.SetPos ( string ObjectName,
number X,
number Y )
De s cr ip t ion
Sets the X and Y pixel coordinates of an image object relative to the page or dialog.
P arame t er s
ObjectName
(string) The name of the image object.