ImageEn, unit iexClasses

TIETIFFHandler.SetValueRaw

TIETIFFHandler.SetValueRaw

Declaration

procedure SetValueRaw(pageIndex: Integer; TagID: Integer; tagType: TIETagType; dataNum: Integer; buffer: Pointer);

Description

Sets the value of tag as a raw buffer. If the tag doesn't exist a new one is created.
dataNum is the number of items of type tagType in the buffer. This is not the buffer length in Bytes.