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

15
3.8 PRNBarcodeOut
指定されたバーコードを印刷します。
[C++]
DWORD PRNBarcodeOut(
DWORD
dwCode
,
DWORD
dwHeight
,
DWORD
dwCheckDigit
,
DWORD
dwFont
,
DWORD
dwLeftMargin
,
DWORD
dwDirection
,
DWORD
dwLength
,
TCHAR *
szBarcodeData
)
[Visual Basic]
Public Shared Function PRNBarcodeOut( _
ByVal
dwCode
As Int32, _
ByVal
dwHeight
As Int32, _
ByVal
dwCheckDigit
As Int32, _
ByVal
dwFont
As Int32, _
ByVal
dwLeftMargin
As Int32, _
ByVal
dwDirection
As Int32, _
ByVal
dwLength
As Int32, _
ByVal
szBarcodeData
As String _
) As Int32
[C#]
public static Int32 PRNBarcodeOut(
Int32
dwCode
,
Int32
dwHeight
,
Int32
dwCheckDigit
,
Int32
dwFont
,
Int32
dwLeftMargin
,
Int32
dwDirection
,
Int32
dwLength
,
string
szBarcodeData
);
解説
本関数は、指定したバーコードを印刷します。
DeviceEmulatorでは、指定したバーコードをPrinterImage.binに出力します。詳細
は、PrinterImage.binを参
照してください。
パラメータ
dwCode
印刷するバーコードの種類を指定します。
0 : JAN