Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

SupportsOpacity Property (AnnObject)

Show in webframe
Indicates if this object supports an opacity.
Syntax
get_supportsOpacity();
Object.defineProperty('supportsOpacity');

Property Value

TypeDescription
booleantrue if this AnnObject supports opacity, otherwise, false. Default value is true.
Remarks

Derived classes should override SupportsOpacity, to indicate whether Opacity will be used by the object. This will insure that the object will save and load the values during serialization. Some object renderers will also check these values to prepare a font or a brush.

When an object supports opacity, the value of Opacity will be used by the IAnnObjectRenderer of this object type to render the object using a global opacity value.

See Also

Reference

AnnObject Object
AnnObject Members

Error processing SSI file