export_to_xml
BarcodeGenerator.export_to_xml
export_to_xml(self, str file_path) -> bool
Exports BarCode properties to the xml-stream specified.
| Parameter | Type | Description |
|---|---|---|
file_path | str | The path to the file where the XML will be saved. |
Return Type: bool — Whether the export completed successfully. Returns True in case of success; False Otherwise.