Moving Tiff Pages

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Moderator: Alex

Post Reply
pawanpatel
Posts: 14
Joined: Thu Jan 31, 2013 2:19 pm

Moving Tiff Pages

Post 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
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: Moving Tiff Pages

Post by Alex »

Hello Pawan,

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

Best regards, Alexander
pawanpatel
Posts: 14
Joined: Thu Jan 31, 2013 2:19 pm

Re: Moving Tiff Pages

Post 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
Alex
Site Admin
Posts: 2303
Joined: Thu Jul 10, 2008 2:21 pm

Re: Moving Tiff Pages

Post 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
Post Reply