'Declaration<DispIdAttribute(682)> Function TagSetValueBytes( _ ByVal ImageID As Integer, _ ByVal TagID As Tags, _ ByVal TagType As TagType, _ ByRef Data() As Byte _ ) As GdPictureStatus
[DispId(682)] GdPictureStatus TagSetValueBytes( int ImageID, Tags TagID, TagType TagType, ref byte[] Data )
function TagSetValueBytes(
ImageID: Integer;
TagID: Tags;
TagType: TagType;
var Data: Bytearray of
): GdPictureStatus;
DispIdAttribute(682) function TagSetValueBytes( ImageID : int, TagID : Tags, TagType : TagType, Data : byte[] ) : GdPictureStatus;
Parameters
- ImageID
- TagID
- TagType
- Data
