Bad image height on some TIFF files (gflAx)
Posted: Mon Dec 05, 2005 4:18 pm
I'm using gflAx component, and I have sometimes problems to find out the correct height of TIFF image, because the "Height" property returns only HALF height. Is it some bug or am I doing something wrong ? Here is my VB source code:
Dim g As GflAx.GflAx
Set g = New GflAx.GflAx
g.LoadBitmap ("c:/web/docshare/admin_comm.tif")
g.Page = 2
Dim x As Integer
x = g.height ' here is returned bad Y size
Dim g As GflAx.GflAx
Set g = New GflAx.GflAx
g.LoadBitmap ("c:/web/docshare/admin_comm.tif")
g.Page = 2
Dim x As Integer
x = g.height ' here is returned bad Y size