A_Prn_Barcode method

int A_Prn_Barcode(
  1. int x,
  2. int y,
  3. int ori,
  4. int type,
  5. int narrow,
  6. int width,
  7. int height,
  8. int mode,
  9. int numeric,
  10. Pointer<Char> data,
)

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,
  );
}