ImportFromXml
ImportFromXml(string)
지정된 xml 파일에서 BarCode 속성을 가져와 현재 BarCodeReader 인스턴스에 적용합니다.
public static BarCodeReader ImportFromXml(string xmlFile)
모수 | 유형 | 설명 |
---|---|---|
xmlFile | String | 파일 이름 |
반환 값
보고 진실 성공한 경우;
거짓 그렇지 않으면
또한보십시오
- class BarCodeReader
- 네임스페이스 Aspose.BarCode.BarCodeRecognition
- 집회 Aspose.BarCode
ImportFromXml(Stream)
지정된 xml-stream에서 BarCode 속성을 가져와 현재 BarCodeReader 인스턴스에 적용합니다.
public static BarCodeReader ImportFromXml(Stream xmlStream)
모수 | 유형 | 설명 |
---|---|---|
xmlStream | Stream | 로딩을 위한 xml-stream |
반환 값
보고 진실 성공한 경우;
거짓 그렇지 않으면
또한보십시오
- class BarCodeReader
- 네임스페이스 Aspose.BarCode.BarCodeRecognition
- 집회 Aspose.BarCode