Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

AnnFormat Enumeration






Represents supported annotation file formats.
Syntax
public enum AnnFormat : System.Enum 
'Declaration
 
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 = 0x00000000, Annotations = 0x00000001, PDFAnnotations = 0x00000002, TifTagAnnotations = 0x00000003, WangTagAnnotations = 0x00000004, LegacyAnnotations = 0x00000005, };
Members
ValueMemberDescription
0x00000000Unknown The format is unknown, not annotations.
0x00000001Annotations Format is XML. This is a text-based format for storing LEAD annotations in the XML (Extensible Markup Language) format.
0x00000002PDFAnnotations Annotations within a PDF file.
0x00000003TifTagAnnotations Annotations tags within a TIFF file.
0x00000004WangTagAnnotations Annotations Wang tags within a TIFF file.
0x00000005LegacyAnnotations 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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Annotations.Core.AnnFormat

Requirements

Target Platforms

See Also

Reference

Leadtools.Annotations.Core Namespace
Annotation Files

Error processing SSI file
   Leadtools.Annotations.Core requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features