Leadtools.Annotations.Core Namespace : AnnFormat Enumeration |
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, };
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