I am trying to use GFlAx with powerbuilder application.
It worked fine, but I don't understatnd how to read different pages inside multipage TIF file. Is it possible with GFlAx?
I use the following code to read single-page image:
Code: Select all
oleobject iole_Gflax
blob iblb_Image
iole_Gflax = Create oleObject
iole_Gflax.connectToNewObject("GFLAX.GFLAX")
iole_gflax.function loadbitmap('C:\sample_image.tif')
iblb_Image = iole_gflax.function SendBinary()