'Declaration <DispIdAttribute(678)> Function TagGetValueBytes( _ ByVal ImageID As Integer, _ ByVal TagNo As Integer, _ ByRef Data() As Byte _ ) As Integer
'Declaration
<DispIdAttribute(678)> Function TagGetValueBytes( _ ByVal ImageID As Integer, _ ByVal TagNo As Integer, _ ByRef Data() As Byte _ ) As Integer
[DispId(678)] int TagGetValueBytes( int ImageID, int TagNo, ref byte[] Data )
function TagGetValueBytes( ImageID: Integer; TagNo: Integer; var Data: Bytearray of ): Integer;
DispIdAttribute(678) function TagGetValueBytes( ImageID : int, TagNo : int, Data : byte[] ) : int;
[DispId(678)] int TagGetValueBytes( int ImageID, int TagNo, ref byte[]* Data )
[DispId(678)] int TagGetValueBytes( int ImageID, int TagNo, array<byte>^% Data )
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging IGdPictureImaging Members