LEADTOOLS WinRT (Leadtools.Annotations.Core)
LEAD Technologies, Inc

Id Property


Gets the ID of this AnnObject. WinRT support
Syntax
public int Id {get;}
 get_Id(); 

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnObject Class
AnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.