←Select platform

AnnCodecsTagFormat Enumeration

Summary

Supported annotation tag formats.

Syntax

C#
VB
C++
[SerializableAttribute()] 
public enum AnnCodecsTagFormat 
  
<SerializableAttribute()> 
Public Enum AnnCodecsTagFormat  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[SerializableAttribute()] 
public enum class AnnCodecsTagFormat : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0TiffSave the object in WANG format, along with all LEAD properties not supported by the Wang specification.
1WangSave only the properties supported by the Wang specification.
2Serialize.NET Serialize format (not compatible with Win32 or WANG annotations).
Remarks

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 (Deprecated)

Example

For an example, refer to AnnCodecs.SaveToTag.

Requirements

Target Platforms

See Also

Reference

Leadtools.Annotations Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly