VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebStickyNoteAnnotationViewJS type / set_VerticalMirrored Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_VerticalMirrored Method
In This Topic
Sets a value indicating whether the annotation is mirrored vertically.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebStickyNoteAnnotationViewJS();

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_VerticalMirrored(value);

Parameters

value
True - annotation is mirrored vertically; False - annotation is not mirrored vertically. Default value is False.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also