GdPicture image identifier.





In This Topic

IPTCCount Method (GdPictureImaging)

In This Topic
Returns the number of IPTC tag attached to a GdPicture image.
Syntax
'Declaration

 

Public Function IPTCCount( _

   ByVal ImageID As Integer _

) As Integer
public int IPTCCount( 

   int ImageID

)
public function IPTCCount( 

    ImageID: Integer

): Integer; 
public function IPTCCount( 

   ImageID : int

) : int;
public: int IPTCCount( 

   int ImageID

) 
public:

int IPTCCount( 

   int ImageID

) 

Parameters

ImageID
GdPicture image identifier.

Return Value

Number of IPTC tag.
See Also