
Public Attributes | |
| const long | SF_NONE = 0 |
| No paper format. | |
| const long | SF_A3 = 1 |
| const long | SF_A4 = 2 |
| const long | SF_A5 = 3 |
| const long | SF_B3 = 4 |
| const long | SF_B4 = 5 |
| const long | SF_B5 = 6 |
| const long | SF_C3 = 7 |
| const long | SF_C4 = 8 |
| const long | SF_C5 = 9 |
| const long | SF_LETTER = 10 |
| const long | SF_USLEGAL = 11 |
| readonly attribute long | id |
| Profile ID. | |
| readonly attribute AString | name |
| Name of the profile. | |
| readonly attribute long | resolution |
| Current resolution. | |
| readonly attribute long | colourMode |
| Current colour. | |
| readonly attribute boolean | feeder |
| Flag if to use feeder. | |
| readonly attribute boolean | duplex |
| Flag if to scan duplex. | |
| readonly attribute long | width |
| Width in millimeters. | |
| readonly attribute long | height |
| Height in millimeters. | |
| readonly attribute long | offsetX |
| Offset X in millimeters. | |
| readonly attribute long | offsetY |
| Offset Y in millimeters. | |
| readonly attribute long | paperFormat |
| Paper format. | |
| attribute AString | defaultInterpretation |
| Name of default interpretation. | |
| attribute boolean | editInterpretation |
| Flag if interpretation should be editted before scan. | |
|
readonly attribute tmozIScanPageProcessor | pageProcessor |
| Page processor. | |
| readonly attribute tmozIScanOutput | output |
| Output definition. | |
Scan Format describes one scanning profile
| readonly attribute long colourMode |
Current colour.
1 Black&White 8 Gray 24 Colour | attribute AString defaultInterpretation |
Name of default interpretation.
Empty string mean no default interpretation
| readonly attribute long id |
Profile ID.
ID of the profile. This ID is unique for each profile.
| readonly attribute AString name |
Name of the profile.
Each profile has name. This is user visible name.
| readonly attribute long paperFormat |
Paper format.
This is one of the constants SF_XXXX
| const long SF_NONE = 0 |
No paper format.
This is constant for no paper format