In This Topic
GdPicture14 Namespace / TagType Enumeration

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
MemberValueDescription
TagTypeASCII2 
TagTypeByte1 
TagTypeDouble12 
TagTypeFloat11 
TagTypeIFD18 
TagTypeLong4 
TagTypeLong6416 
TagTypeRational5 
TagTypeSByte6 
TagTypeShort3 
TagTypeSLong9 
TagTypeSLong6417 
TagTypeSRational10 
TagTypeSShort8 
TagTypeUndefined7 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.TagType

See Also