Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Enum AnnCodecsTagFormat Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public enum AnnCodecsTagFormat : Enum |
C++/CLI | |
---|---|
[SerializableAttribute()] public enum class AnnCodecsTagFormat : public Enum |
Member | Description |
---|---|
Tiff | Save the object in WANG format, along with all LEAD properties not supported by the Wang specification. |
Wang | Save only the properties supported by the Wang specification. |
Serialize | .NET Serialize format (not compatible with Win32 or WANG annotations). |
For an example, refer to AnnCodecs.SaveToTag.
Use this enumeration with the AnnCodecs.SaveToTag method to specify the format to be used when saving the annotation objects to a TIFF tag.
For more information, refer to Annotation Files
System.Object
System.ValueType
System.Enum
Leadtools.Annotations.AnnCodecsTagFormat
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family