Table of Contents
1 Purpose............................................................................................................................................................................4
2 Scope................................................................................................................................................................................4
3 Related Documents.......................................................................................................................................................4
4 Specification...................................................................................................................................................................4
4.1 Dialog Descriptions................................................................................................................................................4
4.2 Initialization.............................................................................................................................................................5
4.2.1 Model Detection ..................................................................................................................................................5
4.2.2 CAP_CUSTOMINTERFACEGUID...................................................................................................................5
4.3 Main .........................................................................................................................................................................6
4.3.1 Mode....................................................................................................................................................................6
4.3.2 Dots per inch........................................................................................................................................................6
4.3.3 Dither...................................................................................................................................................................7
4.3.4 Brightness............................................................................................................................................................7
4.3.5 Contrast................................................................................................................................................................7
4.3.6 Paper Source........................................................................................................................................................8
4.3.7 ScanAhead...........................................................................................................................................................8
4.3.8 Scan single Image................................................................................................................................................8
4.3.9 Side......................................................................................................................................................................8
4.3.10 Page Size, Page Layout, Feed .........................................................................................................................8
4.3.11 X, Y, Width, and Height .................................................................................................................................9
4.3.12 Pixels, Inches, and Centimeters.......................................................................................................................9
4.3.13 Snap...............................................................................................................................................................10
4.3.14 Preview…......................................................................................................................................................10
4.3.15 Ok..................................................................................................................................................................10
4.3.16 Cancel ...........................................................................................................................................................10
4.3.17 Default...........................................................................................................................................................10
4.4 Advanced Settings...............................................................................................................................................11
4.4.1 Detect Double Feed............................................................................................................................................11
4.4.2 Sensitivity ..........................................................................................................................................................11
4.4.3 Feeding Speed....................................................................................................................................................11
4.4.4 Image Emphasis.................................................................................................................................................12
4.4.5 Deskew ..............................................................................................................................................................12
4.4.6 Black Border Removal....................................................................................................................................... 12
4.4.7 Length Control...................................................................................................................................................12
4.4.8 Gamma...............................................................................................................................................................12
4.4.9 Dropout Color....................................................................................................................................................13
4.4.10 Manual Feed Mode .......................................................................................................................................13
4.4.11 Time Out.......................................................................................................................................................13
4.4.12 Ok..................................................................................................................................................................13
4.4.13 Cancel ...........................................................................................................................................................13
4.4.14 Default...........................................................................................................................................................13
4.5 Imprinter ................................................................................................................................................................14
4.5.1 Enable................................................................................................................................................................14
4.5.2 Bold Font ...........................................................................................................................................................14
4.5.3 Imprinter String..................................................................................................................................................14
4.5.4 Printing Offset....................................................................................................................................................15
4.5.5 Orientation.........................................................................................................................................................15
A-61722
Revision A1 – October 2010
2
4.5.6 Start Number......................................................................................................................................................15
4.5.7 Starting Number Automatic Increment..............................................................................................................15
4.5.8 Ok ......................................................................................................................................................................15
4.5.9 Cancel................................................................................................................................................................15
4.5.10 Default...........................................................................................................................................................16
4.5.11 Help ...............................................................................................................................................................16
4.5.12 Settings of imprinter......................................................................................................................................16
4.6 About.......................................................................................................................................................................17
4.7 Supported TWAIN Capabilities..........................................................................................................................18
A-61722
Revision A1 – October 2010
3
1 Purpose
The purpose of this document is to define and describe the graphical user interface (GUI) of an imaging
TWAIN scanner driver.
2 Scope
This document applies to the TWAIN drivers developed for the following document imaging scanner(s):
• Kodak Sidekick 1400u Scanner
3 Related Documents
The following documents used to develop this driver may be referenced in this specification:
• Kodak Sidekick Scanner ISIS Interface Specifications
4 Specification
This driver was developed for use with the Microsoft Windows (“Windows”) family of operating systems.
Its user interface (“UI”) consists of multiple standard Windows dialog boxes (“dialogs”) each of which is
described in detail below.
4.1 Dialog Descriptions
The controls used to operate the scanner are grouped into dialogs as follows:
Main This property contains controls for “standard” scanner functionality
such as Dots per inch, Mode, Brightness/Contrast, Paper Source, etc.
Advanced This property contains controls for feeding options, image options ,
color dropout and gamma.
Imprinter This property contains controls that manipulate and configure the
imprinter device attached to the scanner (if available).
About This property contains TWAIN driver version and some scanner
device information.
Rev B
A-61722
Revision A1 – October 2010
4
4.2 Initialization
4.2.1 Model Detection
When loading, the driver shall detect the device model. This information shall be used to verify that the
driver matches the device and, if a match is found, configure the driver based on feature support of that
model. If the device does not match the driver, the driver shall not finalize the load.
The driver shall use the INQUIRY command to recognize the device by checking the 16-byte value stored
in the Product Identification member of the inquiry data block and comparing it to the following table of
known devices:
Product Name Device Model
Kodak Sidekick 1400u Scanner KODAK 1400u
4.2.2 CAP_CUSTOMINTERFACEGUID
This capability is implemented to identify a data source uniquely. This TWAIN driver uses "{0D9504EE9B9E-4ed4-BBB3-555217993E1D}" value.
A-61722
Revision A1 – October 2010
5
4.3 Main
Figure 1
4.3.1 Mode
Description: Used to choose image mode to scan with either binary, grayscale, or color
Values: Black and White
16-Level Gray
256-Level Gray
24-bit Color
Default: Black and White
Dependencies: None
4.3.2 Dots per inch
Description: Sets scan resolution.
Values: Minimum 100 dpi
Maximum 600 dpi
Step 10 dpi
Default: 200
Dependencies: None
A-61722
Revision A1 – October 2010
6
4.3.3 Dither
Description: Selects from available dither patterns.
Values:
Default: “None”
Dependencies: Dither is only available when “Mode” is set to “Black and White”
4.3.4 Brightness
Description: Selects mode of brightness control in binary mode.
Values: Manual
Default: Manual
Dependencies: Automatic is to be permanently disabled since this device does not support auto-Brightness
Values: Minimum 1
Default: 128
Dependencies: None.
Description: Used as quick-sets to adjust the brightness.
Values: 205 “Lighten”
Default: N/A
Dependencies: None
“None”
Maximum 255
Step 1
128 “Normal”
51 “Darken”
4.3.5 Contrast
Description: Selects mode of contrast control in binary mode.
Values: 0 “Manual”
Default: 0 “Manual”
Dependencies: Automatic is to be permanently disabled since this device does not support auto-contrast.
Description: Sets contrast value.
Values: Minimum 1
Maximum 255
Step 1
Default: 128
Dependencies: None.
A-61722
Revision A1 – October 2010
7