←Select platform

Id Property

Summary
Gets the ID of this AnnObject.
Syntax
C#
VB
Objective-C
C++
Java
public int Id { get; } 
Public ReadOnly Property Id As Integer 
@property (nonatomic,readonly) int iD; 
public int getId() 
public:  
   property Int32 Id 
   { 
      Int32 get() 
   } 

Property Value

The ID of this AnnObject.

Remarks

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 Implementing User-Defined Objects With LEADTOOLS Annotations.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.