BXLLIB.DLL / BXLIBX.CAB
Copyright © BIXOLON Co., Ltd.
12. Print1DBarcode
The Print1DBarcode function print the 1D Barcode.
BOOL
P
r
i
n
t
1D
B
a
r
c
od
e(
Int nHorizontalPos,
int nVerticalPos,
int nBarcodeType,
int nNarrowBarWidth,
int nWideBarWidth,
int nBarcodeHeight,
int nRotation,
bool bHRI,
LPCSTR pData
)
;
Pa
r
a
m
e
t
e
r
s
nHorizontalPos
[in] Horizontal position
nVerticalPos
[in] Vertical position
nBarcodeType
[in] Barcode symbol type
nNarrowBarWidth
[in] Narrow bar width
nWideBarWidth
[in] Wide bar width
nBarcodeHeight
[in] Height of Barcode
nRotation
[in] Roation type
0: No rotation
1: 90 degrees (Clockwise)
2: 180 degrees (Clockwise)
3: 270 degrees (Clockwise)
bHRI
[in] Human Readable Interpretation
0: Not printed
1: Below the bar code (FontSize : 1)
2: Above the bar code (FontSize : 1)
3: Below the bar code (FontSize : 2)
4: Above the bar code (FontSize : 2)
5: Below the bar code (FontSize : 3)
6: Above the bar code (FontSize : 3)
7: Below the bar code (FontSize : 4)
8: Above the bar code (FontSize : 4)
pData
[in] Barcode data
Return
Va
l
u
e
s
If the function succeeds, the return value is 1 or TRUE.
If the function fails, the return value is zero or FALSE.