User manual - プリンタライブラリマニュアルver.1.06(2014年6月13日)
Table Of Contents
- 表紙
- プリンタライブラリ.pdf
- 1. 概要
- 2. 動作環境
- 3. 関数
- 3.1 PRNOpen
- 3.2 PRNClose
- 3.3 PRNInitializePrinter
- 3.4 PRNPrintScreen
- 3.5 PRNPrintWindow
- 3.6 PRNTextOut
- 3.7 PRNImageOut
- 3.8 PRNBarcodeOut
- 3.9 PRNBMPOut
- 3.10 PRNCheckMarker
- 3.11 PRNGetStatus
- 3.12 PRNGetLastError
- 3.13 PRNSetPaperWidth
- 3.14 PRNGetPaperWidth
- 3.15 PRNSetPrinterProperty
- 3.16 PRNGetPrinterProperty
- 3.17 PRNDecodeBarcode
- 3.18 PRNResetDecoder
- 3.19 PRNSetBarcodeType
- 3.20 PRNGetBarcodeType
- 4. プログラミング上の注意点
- 5. ESCコマンド
- 6. DeviceEmulator
- 裏表紙(他のマニュアル用)

34
3.18 PRNResetDecoder
裏面バーコードの読み取りデータをリセットします。
[C++]
DWORD PRNResetDecoder()
[Visual Basic]
Public Shared Function PRNResetDecoder() As Int32
[C#]
public static Int32 PRNResetDecoder()
解説
裏面バーコードの読み取りデータをリセットします。
Device Emulatorでは、PRNOpen関数
の実行確認のみを行います。
パラメータ
なし
戻り値
PRN_NORMAL
: 正常終了
PRN_NOTOPEN
: プリンタをオープンしていません
FUNCTION_UNSUPPORT
: 未サポートエラー
補足
マーカ検出(PRNCheckMarker 関数)正常終了後の裏面バーコード読取(印刷)開始前に、必ず実行
してください。
対応情報
機種
: IT-9000
ヘッダ
: PrinterLib.h
ライブラリ
: PrinterLib.lib