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





In This Topic

IPTCGetLength Method (GdPictureImaging)

In This Topic
Returns the length in bytes of an IPTC tag attached to a GdPicture image.
Syntax
'Declaration

 

Public Function IPTCGetLength( _

   ByVal ImageID As Integer, _

   ByVal TagNo As Integer _

) As Integer
public int IPTCGetLength( 

   int ImageID,

   int TagNo

)
public function IPTCGetLength( 

    ImageID: Integer;

    TagNo: Integer

): Integer; 
public function IPTCGetLength( 

   ImageID : int,

   TagNo : int

) : int;
public: int IPTCGetLength( 

   int ImageID,

   int TagNo

) 
public:

int IPTCGetLength( 

   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 length of the tag.
See Also