ImageEn, unit iexClasses

TIETIFFHandler.GetInteger

TIETIFFHandler.GetInteger


Declaration

function GetInteger(pageIndex: integer; tagIndex: integer; arrayIndex: integer): integer;


Description

Returns the tag value as an Integer. arrayIndex is used only if the tag contains an array of values, otherwise it must be 0.

Note: Use FindTag to obtain the tagIndex.