ImportFromXml

ImportFromXml(string)

Importe les propriétés BarCode à partir du fichier xml spécifié et crée une instance BarcodeGenerator.

public static BarcodeGenerator ImportFromXml(string xmlFile)
ParamètreTaperLa description
xmlFileStringLe nom du fichier

Return_Value

Instance de BarcodeGenerator

Voir également


ImportFromXml(Stream)

Importe les propriétés BarCode à partir du flux xml spécifié et crée une instance BarcodeGenerator.

public static BarcodeGenerator ImportFromXml(Stream xml)
ParamètreTaperLa description
xmlStreamLe flux xml

Return_Value

Instance de BarcodeGenerator

Voir également