AnnFormat Enumeration

Summary

Represents supported annotation file formats.

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.AnnFormat = { 
	unknown: 0, 
	annotations: 1 
} 
lt.Annotations.Engine.AnnFormat = { 
	unknown: 0, 
	annotations: 1 
} 

Members

0 Unknown

(0)The format is unknown, not annotations.

1 Annotations

(1)Format 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

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly