C#
VB
C++
Sends the specified object back in the collection.
Public Sub SendToBack( _
ByVal obj As Leadtools.Windows.Annotations.AnnObject, _
ByVal last As Boolean _
)
public:
void SendToBack(
Leadtools.Windows.Annotations.AnnObject^ obj,
bool last
)
obj
The object to move.
last
true to make the object the last object in the collection; false to move the object back one index.
For C#/VB examples, refer to AnnObjectCollection.
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