←Select platform

AnnCodecsTagFormat Enumeration

Summary

Supported annotation tag formats.

Syntax

C#
VB
C++
public enum AnnCodecsTagFormat 
  
Public Enum AnnCodecsTagFormat  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
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.
2SerializeWPF Serialize format (not compatible with .NET 2.0/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 WPF Annotation Files

Example

For C#/VB examples, refer to AnnCodecs.SaveToTag.

Requirements

Target Platforms

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

Leadtools.Windows.Annotations Assembly