Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

AnnFormat Enumeration

Show in webframe
Represents supported annotation file formats.
Syntax
Leadtools.Annotations.Core.AnnFormat = function() { };
Leadtools.Annotations.Core.AnnFormat.prototype = {
	unknown = 0,
	annotations = 1,
	
 };
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 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 GetInfo

See Also

Reference

Leadtools.Annotations.Core Namespace
Annotation Files

Error processing SSI file