- ページ 35

スキャナー Epson ProofPlus TM-H6000IIIのPDF 開発マニュアルをオンラインで閲覧またはダウンロードできます。Epson ProofPlus TM-H6000III 45 ページ。 Ecc printer
Epson ProofPlus TM-H6000III にも: 製品マニュアル (27 ページ), パンフレット (2 ページ), 仕様 (2 ページ), パンフレット (6 ページ), ユーザーマニュアル (32 ページ), 開発マニュアル (26 ページ), 開発マニュアル (32 ページ), マニュアル (10 ページ), ユーザーマニュアル (29 ページ)

Epson ProofPlus TM-H6000III 開発マニュアル
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