Epson ProofPlus TM-H6000III Manual de desenvolvimento - Página 34

Procurar online ou descarregar pdf Manual de desenvolvimento para Scanner Epson ProofPlus TM-H6000III. Epson ProofPlus TM-H6000III 45 páginas. Ecc printer
Também para Epson ProofPlus TM-H6000III: Manual do produto (27 páginas), Brochura (2 páginas), Especificações (2 páginas), Brochura (6 páginas), Manual do utilizador (32 páginas), Manual de desenvolvimento (26 páginas), Manual de desenvolvimento (32 páginas), Manual (10 páginas), Manual do utilizador (29 páginas)

Epson ProofPlus TM-H6000III Manual de desenvolvimento

Section 5. Device Specific Programming

This section describes device specific programming of the CheckScanner devices.

5.1 Specifying the Extended Function of EndInsertion

In CheckScanner, you can set the extended function of EndInsertion using the
DirectIO method.
The following shows how to specify pre-scanning and filtering as the extended
function setting of EndInsertion.
Dim RC As Long
Dim Command As Long
Dim Data As Long
Dim Dummy As String
Command = CHK_DI_IMAGE_FILTER
Data = 1
Dummy = "0, 500, 1000, 1500"
RC = CheckScanner1.DirectIO (Command, Data, Dummy)
If RC = OPOS_SUCCESS Then
'Success
Else
'Error
End If
Command = CHK_DI_ENDINSERTION_EXTEND
Data = CHK_DI_EXTEND_PRESCAN Or CHK_DI_EXTEND_FILTER
Dummy = ""
31
APPLICATION DEVELOPMENT GUIDE
CheckScanner
Version 3.00 Feb. 2019