In This Topic
Sets the style of the annotation's outline.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebFreeTextAnnotationViewJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebAnnotationPenJS
returnValue = instance.set_Outline(value);
Parameters
- value
- Style of the annotation's WebAnnotationPenJS.
Exceptions
| Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also