Sets or retrieves a value that indicates whether the filter image overlays the original image.
Syntax
HTML | { filter:progid:DXImageTransform.Microsoft. filter-name( add = bAddImage ... ) ... } |
---|
Scripting | object. filters. item( "DXImageTransform.Microsoft. filter-name"). Add [ = bAddImage ] |
---|
Possible Values
bAddImage | Boolean that
specifies or receives the following values.true | Filter image overlays the original. | false | Default. Filter image stands alone. |
|
The property is read/write.
The property has a default value of
false.
Applies To