Flips the objects that are currently being edited (selected) in this AnnAutomation.
AnnAutomation.prototype.flip = function(horizontal)
flip(horizontal: boolean): void;
horizontal
true to flip the object horizontally (reverse); false to flip the object vertically.
AnnAutomation can flip one or more AnnObject if they are currently in edit mode (selected) and these objects are not locked.
If objects are grouped together the group is flipped as a unit.
Call the CanFlip property to determine whether you can call this method.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET