IPTCGetType Method (GdPictureImaging)
In This Topic
Returns the type of an IPTC tag attached to a GdPicture image.
Syntax
'Declaration
Public Function IPTCGetType( _
ByVal As Integer, _
ByVal As Integer _
) As TagType
public TagType IPTCGetType(
int ,
int
)
public function IPTCGetType(
: Integer;
: Integer
): TagType;
public function IPTCGetType(
: int,
: int
) : TagType;
public: TagType IPTCGetType(
int ,
int
)
public:
TagType IPTCGetType(
int ,
int
)
Parameters
- ImageID
- GdPicture image identifier.
- TagNo
- Must be a value between 1 and the number of IPTC TAGs attached to a
GdPicture image.
Return Value
A member of the TagType enumeration.
See Also