IPTCGetID Method (GdPictureImaging)
In This Topic
Returns an IPTC tag ID attached to a GdPicture image.
Syntax
'Declaration
Public Function IPTCGetID( _
ByVal As Integer, _
ByVal As Integer _
) As IPTCTags
public IPTCTags IPTCGetID(
int ,
int
)
public function IPTCGetID(
: Integer;
: Integer
): IPTCTags;
public function IPTCGetID(
: int,
: int
) : IPTCTags;
public: IPTCTags IPTCGetID(
int ,
int
)
public:
IPTCTags IPTCGetID(
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
The IPTC tag ID. A member of the IPTCTags enumeration.
See Also