Usage Boolean DeleteAnnoObj(hDC As LONGLONG)
Description Deletes the selected object. An object is automatically selected when created or may be selected using the AnnoObjSelect and AnnoObjSelectNext methods. If hDC is NULL, annotation doesn’t redraw the objects that are in the rectangle of the deleted object. You can call the TIFF OCX GetDC method to retrieve a DC. After you called this method, you must call the ReleaseDC method of TIFF OCX.
Parameters hDC LONGLONG Handle of DC to delete the object from.
Return value True on success, False otherwise
Programming Notes None