ImportFromXml
ImportFromXml(string)
Importeert BarCode-eigenschappen uit het opgegeven xml-bestand en past deze toe op de huidige BarCodeReader-instantie.
public static BarCodeReader ImportFromXml(string xmlFile)
Parameter | Type | Beschrijving |
---|---|---|
xmlFile | String | De naam voor het bestand |
Winstwaarde
Geeft terug WAAR bij succes;
Vals Anders
Zie ook
- class BarCodeReader
- naamruimte Aspose.BarCode.BarCodeRecognition
- montage Aspose.BarCode
ImportFromXml(Stream)
Importeert BarCode-eigenschappen uit de opgegeven xml-stream en past deze toe op de huidige BarCodeReader-instantie.
public static BarCodeReader ImportFromXml(Stream xmlStream)
Parameter | Type | Beschrijving |
---|---|---|
xmlStream | Stream | De xml-stream voor laden |
Winstwaarde
Geeft terug WAAR bij succes;
Vals Anders
Zie ook
- class BarCodeReader
- naamruimte Aspose.BarCode.BarCodeRecognition
- montage Aspose.BarCode