export_to_xml

BarcodeGenerator.export_to_xml

export_to_xml(self, str file_path) -> bool

Exports BarCode properties to the xml-stream specified.

ParameterTypeDescription
file_pathstrThe 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.