setReadable method
人类可识读位置
Implementation
BarcodeStyle setReadable(HumanReadable readable) {
barcodeFormat.readable = readable.index;
return this;
}
人类可识读位置
BarcodeStyle setReadable(HumanReadable readable) {
barcodeFormat.readable = readable.index;
return this;
}