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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.