|
Don,
If
the application has a Windows Form, simply draw the Main LEAD control on the
form in design time and build your application.
In
your case, since it's an ASP.NET project, you won't probably have a form, so your
code should be something like this: //-------------------------- LEADLib.LEAD
LEAD1 = new LEADLib.LEAD();
LEAD1.Load(@"c:\Temp\clean.tif",
0, 0, 1);
LEAD1.Save(@"c:\temp\image20.jpg",
(short)LEADLib.FileConstants.FILE_JFIF, 24, 2,
(short)LEADLib.SaveModifyConstants.SAVE_OVERWRITE); //--------------------------
Adam Boulad LEADTOOLS Technical Support
|