Click or drag to resize

IQAttributeType Enumeration

List of available types for an ImageQuest attribute.

Namespace:  Informa.ImageQuest.API.Library
Assembly:  Informa.ImageQuest.API.Library (in Informa.ImageQuest.API.Library.dll) Version: 14.3.0.0
Syntax
public enum IQAttributeType
Members
  Member nameValueDescription
Text0 Attribute contains free-form text data, or the empty string.
List1 Attribute contains one of a pre-defined set of text values.
DateTime2 Attribute contains a valid date, time, or date/time value.
Integer3 Attribute contains a numeric integral value.
TrueFalse4 Attribute contains a boolean value. ImageQuest recognizes both "true/false" and "1/0".
Numeric5 Attribute contains a numeric floating-point or fixed-point decimal value.
See Also