BarCodeReader.ImportFromXml
ImportFromXml(string)
Imports BarCode properties from the xml-file specified and applies them to the current BarCodeReader instance.
public static BarCodeReader ImportFromXml(string xmlFile)
Parameter | Type | Description |
---|---|---|
xmlFile | String | The name for the file |
Return Value
Returns True in case of success;
False Otherwise
See Also
- class BarCodeReader
- namespace Aspose.BarCode.BarCodeRecognition
- assembly Aspose.BarCode
ImportFromXml(Stream)
Imports BarCode properties from the xml-stream specified and applies them to the current BarCodeReader instance.
public static BarCodeReader ImportFromXml(Stream xmlStream)
Parameter | Type | Description |
---|---|---|
xmlStream | Stream | The xml-stream for loading |
Return Value
Returns True in case of success;
False Otherwise
See Also
- class BarCodeReader
- namespace Aspose.BarCode.BarCodeRecognition
- assembly Aspose.BarCode