Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
Sidney Egnew
Posted - Jul 08 2017 : 01:47:24 I have a multipage TIFF stored in an Oracle BFILE field. The first page is automatically displayed but my users need to view the other pages.
I can get this to work using an ImageEnView with: ImageEnView.IO.Params.TIFF_ImageIndex := NewIndexValue; ImageEnView.IO.LoadFromFileTIFF(FileName);
An ImageEnView cannot be used with the BFILE. When I try changing the displayed page using an ImageEnDBView, the displayed page does not change. It remains on page 1. ImageEnDBView.IO.Params.TIFF_ImageIndex := NewIndexValue; ?????????
What needs to be done to get the ImageEnDBView to display the selected page?
Thanks
1 L A T E S T R E P L I E S (Newest First)
xequte
Posted - Jul 08 2017 : 15:54:49 Hi Sidney
You should call LoadPicture after setting the ImageIndex: