public int Id { get; }
@property (nonatomic, assign) NSInteger iD;
public int getId()
public:
property Int32 Id
{
Int32 get()
}
Id # get (AnnObject)
The ID of this AnnObject.
The Id indicates the type of the annotation object. Possible values are:
This property is used to identity this object type. For example, the AnnRectangleObject will set its ID to RectangleObjectId while AnnTextObject will set its ID to TextObjectId.
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 Implement 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