←Select platform

AnnFormat Enumeration

Summary

Represents supported annotation file formats.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum AnnFormat  
Public Enum AnnFormat  
    
public enum AnnFormat  
typedef enum LTAnnFormat 
public enum AnnFormat 
Leadtools.Annotations.Core.AnnFormat = function() { }; 
Leadtools.Annotations.Core.AnnFormat.prototype = { 
 
  Unknown = 0x00000000, 
    Annotations = 0x00000001, 
    PDFAnnotations = 0x00000002, 
    TifTagAnnotations = 0x00000003, 
    WangTagAnnotations = 0x00000004, 
    LegacyAnnotations = 0x00000005, 
     
 }; 
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, 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly