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