Click here to Skip to main content
15,894,720 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can i open a TIFF file in my VB.Net Project and Manipulating TIFF files such as copy, save, rename, convert and digital signature etc ?
Posted
Updated 28-Aug-14 21:53pm
v2

you can download and try this code
Multipage TIF Viewer[^]

and Edit a page width digital signatures and then save whole TIFF.
 
Share this answer
 
See http://msdn.microsoft.com/en-us/library/system.io.file.copy(v=vs.110).aspx[^] and remaining members of the File class. For conversion (to what) and digital signatures you probably need to do some Google research.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900