A_Prn_Barcode method
Implementation
int A_Prn_Barcode(
int x,
int y,
int ori,
int type,
int narrow,
int width,
int height,
int mode,
int numeric,
ffi.Pointer<ffi.Char> data,
) {
return _A_Prn_Barcode(
x,
y,
ori,
type,
narrow,
width,
height,
mode,
numeric,
data,
);
}