GdPicture image identifier.
Must be a value between 1 and the number of IPTC TAGs attached to a GdPicture image.





In This Topic
GdPicture14 Namespace / GdPictureImaging Class / IPTCGetValueString Method

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 ImageID As Integer, _
   ByVal TagNo As Integer _
) As String
public string IPTCGetValueString( 
   int ImageID,
   int TagNo
)
public function IPTCGetValueString( 
    ImageID: Integer;
    TagNo: Integer
): String; 
public function IPTCGetValueString( 
   ImageID : int,
   TagNo : int
) : String;
public: string* IPTCGetValueString( 
   int ImageID,
   int TagNo
) 
public:
String^ IPTCGetValueString( 
   int ImageID,
   int TagNo
) 

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.
Remarks
IPTC tags reading is supported in TIFF and JPEG formats.
See Also