get_FontTransparent Method
Gets a value indicating whether the annotation font is transparent.
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationTextPropertiesJS();
var value; // Type: boolean
value = instance.get_FontTransparent();
function get_FontTransparent() : boolean;
Return Value
True - annotation font is transparent; False - annotation font is not transparent. Default value is False.