IPTCGetValueString Method (GdPictureImaging)
In This Topic
Returns as string, the value of an IPTC tag attached to a GdPicture image.
Syntax
'Declaration
Public Function IPTCGetValueString( _
ByVal As Integer, _
ByVal As Integer _
) As String
public string IPTCGetValueString(
int ,
int
)
public function IPTCGetValueString(
: Integer;
: Integer
): String;
public function IPTCGetValueString(
: int,
: int
) : String;
public: string* IPTCGetValueString(
int ,
int
)
public:
String^ IPTCGetValueString(
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 value of the tag.
See Also