Page 1 of 1

Moving Tiff Pages

Posted: Fri Aug 02, 2013 12:49 pm
by pawanpatel
Hello,

I know that it is possible to move the tiff pages from the user interface by dragging the thumbnails.

However I want to know if it is possible to do this from code? Suppose there is a 10 page tiff file. And calling function say, MovePages(int[] pageIndexes, int afterIndex), will move pages accordingly. It is able to move multiple, like selecting [2nd, 3rd, 4th] and moving it after 8th page.

I hope I am able to explain it.

Thanks,
Pawan

Re: Moving Tiff Pages

Posted: Tue Aug 06, 2013 9:37 am
by Alex
Hello Pawan,

Do you want drag thumbnails from one thumbnail viewer to another using code. Am I right?

Best regards, Alexander

Re: Moving Tiff Pages

Posted: Tue Aug 06, 2013 12:26 pm
by pawanpatel
Hello,

Not exactly. Think this as a command line app. It takes an input tiff file and arguments like which pages to move and after what index. Say, MovePages(int[] pageIndexes, int afterIndex).

So there is no visual element or mouse drag involved in this. I hope I was able to explain it.

Thanks
Pawan

Re: Moving Tiff Pages

Posted: Tue Aug 06, 2013 2:18 pm
by Alex
Please read the "Programming => Document and Image Formats => TIFF" section in the documentation:
http://www.vintasoft.com/docs/vsimaging-dotnet/

and let me know if you will have any question or problem.

Best regards, Alexander