(Leadtools.Annotations.Core)

AnnFormat Enumeration

Show in webframe





Represents supported annotation file formats.
Syntax
public enum AnnFormat : System.Enum 
Public Enum AnnFormat 
   Inherits System.Enum
public enum AnnFormat : System.Enum 
typedef enum LTAnnFormat
public enum AnnFormat
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 AnnCodecs.Save, AnnCodecs.SaveToString or AnnCodecs.SaveAsync 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, AnnCodecs.GetInfoFromString or AnnCodecs.GetInfoAsync

Requirements

Target Platforms

See Also

Reference

Leadtools.Annotations.Core Namespace
Annotation Files

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.