ExportToXml
ExportToXml(string)
BarCode 속성을 xml 파일로 내보냅니다.
public bool ExportToXml(string xmlFile)
모수 | 유형 | 설명 |
---|---|---|
xmlFile | String | 파일 이름 |
반환 값
내보내기가 성공적으로 완료되었는지 여부.
보고 진실 성공한 경우; 거짓 그렇지 않으면
또한보십시오
- class BarCodeReader
- 네임스페이스 Aspose.BarCode.BarCodeRecognition
- 집회 Aspose.BarCode
ExportToXml(Stream)
바코드 속성을 xml-stream specified 로 내보냅니다.
public bool ExportToXml(Stream xmlStream)
모수 | 유형 | 설명 |
---|---|---|
xmlStream | Stream | 저장을 위한 xml-stream |
반환 값
내보내기가 성공적으로 완료되었는지 여부.
보고 진실 성공한 경우; 거짓 그렇지 않으면
또한보십시오
- class BarCodeReader
- 네임스페이스 Aspose.BarCode.BarCodeRecognition
- 집회 Aspose.BarCode