In This Topic
Copies the state of the current annotation font to the target annotation font.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationFontJS(size, familyName, italic, bold, strikeout, underline, unit);
var value; // Type: any
// Parameters
var target; // Type: WebAnnotationFontJS
value = instance.copyTo(target);
function copyTo(
: WebAnnotationFontJS
) : any;
Parameters
- target
- The target font.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also