TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
wisam ali
1.5k
237
9.3k
using WIA to image scanning
Jan 14 2017 3:29 PM
I had used these code to scan image in my application
WIA.CommonDialog dialog = new WIA.CommonDialog();
ImageFile scannedImage = null;
scannedImage = dialog.ShowAcquireImage(
WiaDeviceType.ScannerDeviceType,
WiaImageIntent.UnspecifiedIntent,
WiaImageBias.MinimizeSize,
FormatID.wiaFormatPNG,
true, true, false);
but the scanned image is at least (6 MB) in size how can I reduce the size of image without change the scanner settings ???
Reply
Answers (
1
)
Diff b/w abstraction and encapsulation
I have a problem with SQL server 2008 user defind function