Printing
Specify the beginning position of the character string to output on the scanned image data.
X Offset: Specify the position of the width direction from the left end of document.
Y Offset: Specify the position of the length direction from the top of document.
Unit: Select either “mm” or “inch” as the unit of offset value.
Counter
Specify the rule of the counter value used in the String.
Initial Value: Specify the initial count when the scanning starts.
Step: Specify the counter increment / decrement.
Counter: Select whether to increase or decrease the specified step value.
For example) In case of “Initial Value”= 0, “Step”= 2, “Counter”= Increment
0, 2, 4, 6, 8.....
String
Specify the output string.
The following characters can be outputted by the Imprinter.
Alphabet Letters | : |
Numeric Characters | : 0, |
Symbols | : |
Other | : (Space) |
(*The space is ignored when it is entered at the head of [String:].)
The following definitions can be used. They may also be selected from the menu, which is displayed by clicking on "".
%YYYY: The year is printed in four digits using the Western calendar.
%YYY: The year is printed using the two digits of the Japanese calendar (current, or Heisei era).
%YY: The year is printed in the last two digits of the Western calendar.
%MMM: An English abbreviation of the month is printed; for example, JAN for January and FEB for February.
%MM: The month is printed in two digits; for example, 01 for January and 12 for December.
%M: The month is printed using one or two digits; for example, 1 for January and 12 for December.
%DD: The day is printed using two digits; for example, 03 for the 3rd day of the month and 26 for the 26th day of the month.
%D: The day is printed using one or two digits; for example, 3 for the 3rd day of the month and 26 for the 26th day of the month.
65