Sends the currently selected object(s) down in the Z-order.
AnnAutomation.prototype.sendToBack = function(last)
sendToBack(last: boolean): void;
last
true to send the object(s) to the bottom of the Z-order; false to send the object(s) down one level only
Use this method with last set to true to send the object(s) to the bottom of the Z-order, and set last to false to send the object(s) down one level.
You can determine whether you can send the objects down or to the bottom by calling the CanSendToBack and CanSendToLast properties, respectively.
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