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
- 裏表紙(他のマニュアル用)

2
2. 動作環境
プリンタライブラリの動作環境を以下に示します。
対象機種
DT-9800 / IT-9000
対象 OS
• Microsoft Windows CE 5.0
開発環境とプログラミング言語
表 2-1
開発環境
Visual C++ Visual Basic,
Visual C#
Microsoft embedded Visual C++ Version 4.0 + SP4
○
-
Microsoft Visual Studio.NET 2003 + SP1
× ○
Microsoft Visual Studio 2005 + SP1
○ ○
Microsoft Visual Studio 2008
○ ○
(○:利用可、×:利用不可、-:機能なし)
提供ファイル
表 2-2
ファイル
Visual C++ Visual Basic,
Visual C#
PrinterLib.h
○
-
PrinterLib.lib
○
-
PrinterLib.dll
○ ○
PrinterLibNet.dll (クラスライブラリ)
-
○
(○:必要、-:不要)
使用方法
Visual C++ の場合
• プログラムソース内に PrinterLib.h をインクルードし、リンカの依存ファイルとして PrinterLib.lib を指定
してください
• PrinterLib.dll は本体に内蔵されています。
Visual Basic または Visual C# の場合
• PrinterLibNet.dll をプロジェクトの参照に追加してください。
• PrinterLib.dll は本体に内蔵されています。
• PrinterLibNet.dll を実行モジュールと同じフォルダにコピーしてください。