Search found 12 matches

by philip.y
Wed Jun 01, 2011 5:44 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: File in use after appending tif page
Replies: 2
Views: 9483

Re: File in use after appending tif page

Alex,

Great - works a treat thanks!

Phil
by philip.y
Tue May 31, 2011 11:21 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: File in use after appending tif page
Replies: 2
Views: 9483

File in use after appending tif page

I'm getting a file in use when tring to delete the file I am appending. I've tried disposing the tif object but this crashes the app. Private Function AppendPage(ByVal sourceFile As String, ByVal newPage As String) As Boolean Dim tif As New Vintasoft.Imaging.Codecs.Tiff.TiffFile(sourceFile) Try tif....