Accusoft ImagXpress 12
IptcDataSetType Property
See Also  Send comments on this topic.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : IptcDataSetType Property

Glossary Item Box

Description

Gets the current Iptc dataset type.

Property Type

Read-only property

Syntax

Visual Basic
Public Property IptcDataSetType As Long

Return Type

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;

}

Remarks

The current Iptc dataset can be determined from the IptcRecord and IptcDataSet properties.

Note: Available in Professional Edition.

See Also

©2013. Accusoft Corporation. All Rights Reserved.