ImageEn, unit iexClasses

TIETIFFHandler.GetFloat

TIETIFFHandler.GetFloat


Declaration

function GetFloat(pageIndex: integer; tagIndex: integer; arrayIndex: integer): double;


Description

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

Note: Use FindTag to obtain the tagIndex.