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

var value; // Type: boolean
value = instance.get_HorizontalMirrored();

Return Value

True - annotation is mirrored horizontally; False - annotation is not mirrored horizontally. Default value is False.
Browser Compatibility
56+
45+
11
See Also