Visual Basic (Declaration) | |
---|---|
Public Enum AnnCodecsTagFormat Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum AnnCodecsTagFormat : Enum |
C++/CLI | |
---|---|
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 | WPF Serialize format (not compatible with .NET 2.0/Win32 or WANG annotations). |
For C#/VB examples, 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 WPF Annotation Files
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Annotations.AnnCodecsTagFormat
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family