PropertyTagType Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Specifies the data type of the values stored in the value data member of that same PropertyItem object.

Namespace: ContentStudio.ImageProcessing.Enums.SvenskaKyrkan.Contracts.Enums
Assembly: ContentStudio.ImageProcessing (in ContentStudio.ImageProcessing.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public enum PropertyTagType
Members

  Member nameValueDescription
PixelFormat4bppIndexed0Specifies that the format is 4 bits per pixel, indexed.
Byte1Specifies that the value data member is an array of bytes.
ASCII2Specifies that the value data member is a null-terminated ASCII string. If you set the type data member of a PropertyItem object to PropertyTagTypeASCII, you should set the length data member to the length of the string including the NULL terminator. For example, the string HELLO would have a length of 6.
Int163Specifies that the value data member is an array of unsigned short (16-bit) integers.
Int324Specifies that the value data member is an array of unsigned long (32-bit) integers.
Rational5Specifies that the value data member is an array of pairs of unsigned long integers. Each pair represents a fraction; the first integer is the numerator and the second integer is the denominator.
Undefined7Specifies that the value data member is an array of bytes that can hold values of any data type.
SLONG9Specifies that the value data member is an array of signed long (32-bit) integers.
SRational10Specifies that the value data member is an array of pairs of signed long integers. Each pair represents a fraction; the first integer is the numerator and the second integer is the denominator.
See Also

Reference