ImageEn, unit iexClasses

TIETIFFHandler.SetValueRAW

TIETIFFHandler.SetValueRAW


Declaration

procedure SetValueRAW(pageIndex: integer; tagCode: 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.