C#을 이용해 스캐너에서 이미지를 받아오고 싶습니다..

huinalam의 이미지

처음에는 twain으로 정보를 찾아보다가,
twain이 98시절때 쓰던 이야기라고 듣고... wia라는 걸 찾아서 해볼려고 하고 있습니다.

아무튼,, 설정페이지 뜨는 것 없이, 제가 자동으로 스캔명령 주고 하고 싶은데요..

스캔까지는 되는데, 양면스켄을 받아올려고 하니 어떻게 해야할지 전혀 모르겠습니다...

몇몇 예제들을 찾거나, 해보지만 도저히 어떻게 해야할지 모르겠습니다...

일단..
http://qa.social.msdn.microsoft.com/Forums/eu/windowswic/thread/22653574-6ccf-42c2-8fb1-922492a450d1
위 링크를 찾았지만, 'DocumentHandlingSelect' 의 값이 알수 없어서 못하고 있어요..

저 값이 무엇인지 알 수 있을까요...?
아니면 양면으로 스캔되는 것에대한 예제라던가 힌트라도 얻을 수 있을까요...?

도움 부탁드립니다!

huinalam의 이미지


foreach (WIA.Property deviceProperty in wia.Properties)
{
adf += deviceProperty.Name + "
";
if (deviceProperty.Name == "Document Handling Select") //or PropertyID == 3088
{
int value = duplex ? 0x004 : 0x001;
deviceProperty.set_Value(value);
}

}

'Document Handling Select' 라는 것을 찾아서 그 값을 4로 지정하면 되는 것 같은데...
저 값이 안보이네요... 스캐너 문제일까요? 양면이 되는 스캐너인데...
일단 adf를 string으로 저장해서 불러온 값들입니다.

Item Name
Full Item Name
Item Flags
Unique Device ID
Manufacturer
Description
Type
Port
Name
Server
Remote Device ID
UI Class ID
Hardware Configuration
BaudRate
STI Generic Capabilities
WIA Version
Driver Version
PnP ID String
STI Driver Version
Horizontal Optical Resolution
Vertical Optical Resolution
Max Scan Time
Preview
Firmware Version
Horizontal Bed Size
Vertical Bed Size
Horizontal Bed Registration
Vertical Bed Registration
Show preview control

wia에서 이 스캐너에서 양면이 되는 건지 아닌지를 인식 못하는 걸까요? 어휴...

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.