Code: Select all
lpar.ImageWanted:=ind;
e := gflLoadBitmap(PChar(name), gfl_bmp, lpar, finfo);
imgType:=finfo.Description;
NumOfImg:=finfo.NumberOfImages;
and for truely multipage images it returns real dimensions for
inlay images (in finfo), but gets only first bitmap and also wrong number
of inlays.
Please, help