Epson ProofPlus TM-H6000III Manual de desarrollo - Página 35

Navegue en línea o descargue pdf Manual de desarrollo para Escáner Epson ProofPlus TM-H6000III. Epson ProofPlus TM-H6000III 45 páginas. Ecc printer
También para Epson ProofPlus TM-H6000III: Manual del producto (27 páginas), Folleto (2 páginas), Especificaciones (2 páginas), Folleto (6 páginas), Manual del usuario (32 páginas), Manual de desarrollo (26 páginas), Manual de desarrollo (32 páginas), Manual (10 páginas), Manual del usuario (29 páginas)

Epson ProofPlus TM-H6000III Manual de desarrollo
RC = CheckScanner1.DirectIO (Command, Data, Dummy)
If RC = OPOS_SUCCESS Then
'Success
Else
'Error
End If

5.2 Specifying the Reading Area

In CheckScanner, you can set the data area to read using EndInsertion.
The sample program on extended function setting of EndInsertion is shown
below.
Dim RC As Long
Dim Command As Long
Dim Data As Long
Dim Dummy As String
Command = CHK_DI_READ_AREA
Data = 0
Dummy = "0, 500, 1000, 1500"
RC = EPSONCheckScanner1.DirectIO (Command, Dummy, Data)
If RC = OPOS_SUCCESS Then
'Success
Else
'Error
End If
32
APPLICATION DEVELOPMENT GUIDE
CheckScanner
Version 3.00 Feb. 2019