ExportToXml
ExportToXml(string)
将条形码属性导出到指定的 xml 文件
public bool ExportToXml(string xmlFile)
范围 | 类型 | 描述 |
---|---|---|
xmlFile | String | 文件名 |
返回值
导出是否成功完成。
退货 真的在成功的情况下; 错误的否则
也可以看看
- class BarcodeGenerator
- 命名空间 Aspose.BarCode.Generation
- 部件 Aspose.BarCode
ExportToXml(Stream)
将条形码属性导出到指定的 xml 流
public bool ExportToXml(Stream xml)
范围 | 类型 | 描述 |
---|---|---|
xml | Stream | xml 流 |
返回值
导出是否成功完成。
退货 真的在成功的情况下; 错误的否则
也可以看看
- class BarcodeGenerator
- 命名空间 Aspose.BarCode.Generation
- 部件 Aspose.BarCode