Ngenuity TWAIN Data Source November 19, 2009
Page 45 of 99
Date
All date examples are for October 31,
2007
%D0 YY/MM/DD 8 “07/10/31”
%D1 YYYY/MM/DD 10 “2007/10/31”
%D2 MM/DD/YY 8 “10/31/07”
%D3 MM/DD/YYYY 10 “10/31/2007”
%D4 DD/MM/YY 8 “31/10/07”
%D5 DD/MM/YYYY 10 “31/10/2007”
%D6 DD 2 “31”
%D7 MM 2 “10”
%D8 YY 2 “07”
%D9 YYYY 4 “2007”
Index Counters – with
leading zeros printed
%#0m
m = [0..2] which
index counter
Note 1 For format specifier of %#01 with
index counter 1 count value of 937
and CounterDigits of 6:
“000937”
Index Counters – right
justified, leading
blanks padding (no
leading zeros)
%#1m
m = [0..2] which
index counter
Note 1 For format specifier of %#11 with
index counter 1 count value of 937
and CounterDigits of 6:
“ 937”
Index Counters – left
justified, trailing
blanks padding
%#2m
m = [0..2] which
index counter
Note 1 For format specifier of %#21 with
index counter 1 count value of 937
and CounterDigits of 6:
“937 ”
Scanner Identifier
%S0 Replaced with scanner
identifier
11 “ABCDEFGHIJK”
ALT-codes
%A0xxx where xxx =
128 - 255
Replaced with single
character per Windows
code page 1252 ALT code
selection.
1
%A0128 = “€”
%A0165 = “¥”
3.7.18 ICAP_AUTOMATICBORDERDETECTION
Type:
TW_BOOL
Supported Messages:
MSG_GET - TW_ENUMERATION (for 2.0 applications), TW_ONEVALUE (for
<2.0Applications)
MSG_GETCURRENT - TW_ONEVALUE