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 }
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.
|