typeName Property (AnnSerializeObjectEventArgs)

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(AnnSerializeObjectEventArgs.prototype, 'typeName', 
	get: function() 
) 
TypeScript Syntax
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize