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 As Integer, _
ByVal As Integer _
) As Integer
public int IPTCGetLength(
int ,
int
)
public function IPTCGetLength(
: Integer;
: Integer
): Integer;
public function IPTCGetLength(
: int,
: int
) : int;
public: int IPTCGetLength(
int ,
int
)
public:
int IPTCGetLength(
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 length of the tag.
See Also