|
How can I Load and Save Multi-Page TIFF file from/to Database.
I'm using the OCX version 13.0 in Visual Basic.
I Know to work with the database fields using the GetChunk and AppendChunk methods.
My problem is how can i handle the Multi-page file in the Memory-residence manner.
Actually what I did was,
Using the AppendChunk method to load the disk file directly into the data base image field
Then used the GetChunk to load the data into an Annay (loaded whole file), and used LoadArray method for image display. There is no problem in that.
Supposed on the Loaded page if i do some image operations and Save it back to the Array so as to trasnsfer the array directly back to the Database. How I do it.
Even I checked the memory-resident function SaveBuffer, which support of updating a single page. But i'm unable to implement it's functionality for themulti-page file.
Please help me.
Advance ThanX,
|