A_Bar2d_PDF417_Ori method

int A_Bar2d_PDF417_Ori(
  1. int x,
  2. int y,
  3. int ori,
  4. int narrow,
  5. int width,
  6. int normal,
  7. int security,
  8. int aspect,
  9. int row,
  10. int column,
  11. int mode,
  12. int numeric,
  13. String data,
)

Implementation

int A_Bar2d_PDF417_Ori(
  int x,
  int y,
  int ori,
  int narrow,
  int width,
  int normal,
  int security,
  int aspect,
  int row,
  int column,
  int mode,
  int numeric,
  String data,
) {
  return _A_Bar2d_PDF417_Ori(
    x,
    y,
    ori,
    narrow,
    width,
    normal,
    security,
    aspect,
    row,
    column,
    mode,
    numeric,
    data.toNativeUtf8().cast<ffi.Int8>(),
  );
}