Leadtools.Annotations.Core.AnnFormat = function() { }; Leadtools.Annotations.Core.AnnFormat.prototype = {
unknown = 0, annotations = 1, };
!MISSING Scrap '_RTJavaScript_Enumeration_SYNTAX'!
Value | Member | Description |
---|---|---|
0 | unknown | The format is unknown, not annotations. |
1 | annotations | Format is XML. This is a text-based format for storing LEAD annotations in the XML (Extensible Markup Language) format. |
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.
For an example, refer to AnnCodecs.GetInfo