actionPrintPdf417 method
dynamic
actionPrintPdf417(})
Implementation
actionPrintPdf417(String content,
{int? column,
int? line,
int? module,
int? aspect,
StarXpandPdf417Level? level}) {
_actions.add({
'action': 'printPdf417',
'content': content,
'line': line,
'module': module,
'aspect': aspect,
'level': level?.name
}..trim());
}