| AccusoftImagXpress13 ActiveX DLL > ImagXpress Object : IptcDataSetType Property |
| Visual Basic |
|---|
Public Property IptcDataSetType As Long |
The Iptc dataset type.
Valid range is from 0 to 8.
| Value | Description |
|---|---|
| 0 | Undefined |
| 1 | Byte |
| 2 | Ascii |
| 3 | One byte unsigned integer. |
| 4 | Two byte unsigned integer. |
| 5 | Three byte unsigned integer. |
| 6 | Four byte unsigned integer. |
| 7 |
struct IPTC_3_10_Struct { WORD manufacturerId; DWORD equipmentType; BYTE date[8]; WORD num; } |
| 8 |
struct IPTC_3_110_Struct { WORD owner; BYTE compression; BYTE revision; } |
The current Iptc dataset can be determined from the IptcRecord and IptcDataSet properties.
Note: Available in Professional Edition.