Search found 2 matches

by justinthompson
Mon Jul 24, 2017 4:45 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: adding memory stream to ImageCollection results in license exception
Replies: 1
Views: 4680

Re: adding memory stream to ImageCollection results in license exception

Ended up calling the VintasoftImage object creation from a method in the functioning form. Something about creating the vintasoftimage object from a memory stream in this form did not like the licensing.
by justinthompson
Fri Jul 21, 2017 10:18 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: adding memory stream to ImageCollection results in license exception
Replies: 1
Views: 4680

adding memory stream to ImageCollection results in license exception

... using Vintasoft.Imaging; using Vintasoft.Imaging.Annotation; using Vintasoft.Imaging.Codecs.Encoders; ... ImageCollection images = new ImageCollection(); images.Add(new MemoryStream(document.imagedata); where imagedata is a byte array, I receive the following exception: System.ComponentModel.Li...