←Select platform

AnnFormat Enumeration

Summary
Represents supported annotation file formats.
Syntax
C#
VB
Objective-C
C++
Java
public enum AnnFormat  
Public Enum AnnFormat  
typedef enum LTAnnFormat 
public enum AnnFormat 
public: 
   enum class AnnFormat sealed 
Members
ValueMemberDescription
0Unknown The format is unknown, not annotations.
1Annotations Format is XML. This is a text-based format for storing LEAD annotations in the XML (Extensible Markup Language) format.
2PDFAnnotations Annotations within a PDF file.
3TifTagAnnotations Annotations tags within a TIFF file.
4WangTagAnnotations Annotations Wang tags within a TIFF file.
5LegacyAnnotations Legacy LEADTOOLS annotations.
Remarks

Use this enumeration with the AnnCodecs.Save or AnnCodecs.SaveToString 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 or AnnCodecs.GetInfoFromString.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
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.