IPTCGetValueBytes Method (GdPictureImaging)
In This Topic
Returns as bytes, the value of an IPTC tag attached to a GdPicture image.
Syntax
'Declaration
Public Function IPTCGetValueBytes( _
ByVal As Integer, _
ByVal As Integer, _
ByRef () As Byte _
) As Integer
public int IPTCGetValueBytes(
int ,
int ,
ref byte[]
)
public function IPTCGetValueBytes(
: Integer;
: Integer;
var : Bytearray of
): Integer;
public function IPTCGetValueBytes(
: int,
: int,
: byte[]
) : int;
public: int IPTCGetValueBytes(
int ,
int ,
ref byte[]*
)
public:
int IPTCGetValueBytes(
int ,
int ,
array<byte>^%
)
Parameters
- ImageID
- GdPicture image identifier.
- TagNo
- Must be a value between 1 and the number of IPTC TAGs attached to a
GdPicture image.
- Data
- Output parameter. Array where the tag value data will be stored.
Return Value
The length of the Data array.
See Also