BarcodeGenerator.ExportToXml
ExportToXml(string)
Exports BarCode properties to the xml-file specified
public bool ExportToXml(string xmlFile)
Parameter | Type | Description |
---|---|---|
xmlFile | String | The name for the file |
Return Value
Whether or not export completed successfully.
Returns True in case of success; False Otherwise
See Also
- class BarcodeGenerator
- namespace Aspose.BarCode.Generation
- assembly Aspose.BarCode
ExportToXml(Stream)
Exports BarCode properties to the xml-stream specified
public bool ExportToXml(Stream xml)
Parameter | Type | Description |
---|---|---|
xml | Stream | The xml-stream |
Return Value
Whether or not export completed successfully.
Returns True in case of success; False Otherwise
See Also
- class BarcodeGenerator
- namespace Aspose.BarCode.Generation
- assembly Aspose.BarCode