Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Enum AnnCodecsTagFormat Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public enum AnnCodecsTagFormat : Enum |
Managed Extensions for C++ | |
---|---|
[SerializableAttribute()] __value public enum AnnCodecsTagFormat : public 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 SaveToTag.
Use this enumeration with the 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family