typeName Property

Summary

Gets the type name of the annotation object being loaded or saved.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnSerializeObjectEventArgs.prototype, 'typeName', 
	get: function() 
) 
typeName: string; // read-only 

Property Value

The type name of the annotation object being loaded or saved.

Remarks

If this event occurred during AnnCodecs.Load or AnnCodecs.LoadFromXmlDocument, then the value of this property is the type of the AnnObject being loaded.

If this event occurred during AnnCodecs.Save, then the value of this property is the type of the AnnObject being saved. The object itself is in the AnnObject property.

Example

For an example, refer to AnnSerializeOptions and AnnDeserializeOptions.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
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.