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

AnnFormat Enumeration


Represents supported annotation file formats.
Syntax
Leadtools.Annotations.Core.AnnFormat = function() { };
Leadtools.Annotations.Core.AnnFormat.prototype = {
unknown = 0, annotations = 1, };
!MISSING Scrap '_RTJavaScript_Enumeration_SYNTAX'!
Members
ValueMemberDescription
0unknownThe format is unknown, not annotations.
1annotationsFormat is XML. This is a text-based format for storing LEAD annotations in the XML (Extensible Markup Language) format.
Remarks

Use this enumeration with the AnnCodecs.Save method to specify the format to be used when saving the annotation objects.

For more information, refer to Annotation Files.

Example

For an example, refer to AnnCodecs.GetInfo

See Also

Reference

Leadtools.Annotations.Core Namespace
Annotation Files

 

 


Products | Support | Contact Us | Copyright Notices

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