How can I save an image (multipage tiff) after one of the pages has been rotated? I am using the GDViewer ocx in foxpro.
eg:
ThisForm.oGdViewer.DisplayFromFile("myfile.tif")
*** my file has five pages
ThisForm.oGdViewer.DisplayLastFrame()
ThisForm.oGdViewer.Rotate90()
I now want to save the file with the last page rotated.
Similarly I would also like to delete one of the pages out of my document.
Can this be done?
