set_FontTransparent Method
In This Topic
Sets a value indicating whether the annotation font is transparent.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebTextAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_FontTransparent(value);
function set_FontTransparent(
: boolean
) : any;
Parameters
- value
- True - annotation font is transparent; False - annotation font is not transparent. Default value is False.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also