id Property

Summary

Gets the ID of this AnnObject.

Syntax

JavaScript Syntax
Object.defineProperty(AnnObject.prototype, 'id', 
	get: function() 
) 
TypeScript Syntax
id: number; // read-only 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly