You are here: GdPicture.NET > Documentation > Structs, Records, Enums > Enumerations > TagType Enumeration
logo.gif
ContentsIndexHome
PreviousUpNext
TagType Enumeration
C#
public enum TagType {
  TagTypeByte = 1,
  TagTypeASCII = 2,
  TagTypeShort = 3,
  TagTypeLong = 4,
  TagTypeRational = 5,
  TagTypeSByte = 6,
  TagTypeUndefined = 7,
  TagTypeSShort = 8,
  TagTypeSLong = 9,
  TagTypeSRational = 10,
  TagTypeFloat = 11,
  TagTypeDouble = 12
}
Visual Basic
Public Enum TagType
  TagTypeByte = 1
  TagTypeASCII = 2
  TagTypeShort = 3
  TagTypeLong = 4
  TagTypeRational = 5
  TagTypeSByte = 6
  TagTypeUndefined = 7
  TagTypeSShort = 8
  TagTypeSLong = 9
  TagTypeSRational = 10
  TagTypeFloat = 11
  TagTypeDouble = 12
End Enum

This is record TagType.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.