public void SetId(
int id
)
Public Sub SetId( _
ByVal id As Integer _
)
-(void) setID:(int) anID;
public void setId(int id)
public:
void SetId(
Int32 id
)
id
The object ID.
This method should be called by derived class to set the ID of this object. This value will then identity this object type for all future use. For example, the AnnRectangleObject will call this method with id equals to RectangleObjectId while AnnTextObject will use TextObjectId. The value of this ID can be obtained later through the Id property.
The ID is used by other parts of the annotations framework to identify object types, for example, in the automation toolkit, the ID is used as the current object type to draw.
When deriving your own class from AnnObject, you must call override this method to return a unique ID for your object type. For more information, refer to Implementing User-Defined Objects With LEADTOOLS Annotations.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document