WebLinkAppearanceJS Constructor(WebAnnotationFontJS,string,string,boolean,string)
In This Topic
Initializes a new instance of the
WebLinkAppearanceJS class.
Syntax
// Parameters
var font; // Type: WebAnnotationFontJS
var foreColor; // Type: string
var backColor; // Type: string
var fontTransparent; // Type: boolean
var cursor; // Type: string
var instance = new Vintasoft.Imaging.Annotation.UI.WebLinkAppearanceJS(font, foreColor, backColor, fontTransparent, cursor);
function WebLinkAppearanceJS(
: WebAnnotationFontJS,
: string,
: string,
: boolean,
: string
) : WebLinkAppearanceJS;
Parameters
- font
- The font of the text.
- foreColor
- The color of the text.
- backColor
- The color of the background.
- fontTransparent
- Flag indicating whether the text is transparent.
- cursor
- CSS style of cursor.
Browser Compatibility
See Also