GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace
/ TagType Enumeration
In This Topic
The type of the tag used within a document. These tags, also known as document's metadata, allows for additional information to be stored within a document.
Syntax
'Declaration
<ComVisibleAttribute(True)>
Public Enum TagType
Inherits System.Enum
[ComVisible(true)]
public enum TagType : System.Enum
public enum TagType = class(System.Enum)
ComVisibleAttribute()
public enum TagType extends System.Enum
[ComVisible(true)]
__value public enum TagType : public System.Enum
[ComVisible(true)]
public enum class TagType : public System.Enum
Members
| Member | Value | Description |
| TagTypeASCII | 2 | |
| TagTypeByte | 1 | |
| TagTypeDouble | 12 | |
| TagTypeFloat | 11 | |
| TagTypeIFD | 18 | |
| TagTypeLong | 4 | |
| TagTypeLong64 | 16 | |
| TagTypeRational | 5 | |
| TagTypeSByte | 6 | |
| TagTypeShort | 3 | |
| TagTypeSLong | 9 | |
| TagTypeSLong64 | 17 | |
| TagTypeSRational | 10 | |
| TagTypeSShort | 8 | |
| TagTypeUndefined | 7 | |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.TagType
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace