Represents supported annotation file formats.
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
Value | Member | Description |
---|---|---|
0 | Unknown | The format is unknown, not annotations. |
1 | Annotations | Format is XML. This is a text-based format for storing LEAD annotations in the XML (Extensible Markup Language) format. |
2 | PDFAnnotations | Annotations within a PDF file. |
3 | TifTagAnnotations | Annotations tags within a TIFF file. |
4 | WangTagAnnotations | Annotations Wang tags within a TIFF file. |
5 | LegacyAnnotations | Legacy LEADTOOLS annotations. |
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.
For an example, refer to GetInfo, AnnCodecs.GetInfoFromString or AnnCodecs.GetInfoAsync
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET