get_HorizontalMirrored Method
Gets a value indicating whether the annotation is mirrored horizontally.
var instance = new Vintasoft.Imaging.Annotation.UI.WebStickyNoteAnnotationViewJS();
var value; // Type: boolean
value = instance.get_HorizontalMirrored();
function get_HorizontalMirrored() : boolean;
Return Value
True - annotation is mirrored horizontally; False - annotation is not mirrored horizontally. Default value is False.