Loads barcode data into the control.
public void Load(string fileName);
public void Load(System.IO.Stream stream);
public void Load(System.IO.TextReader textReader);
public void Load(System.Xml.XmlReader xmlReader);
Parameter | Description |
---|---|
file |
Specifies a file the data is loaded from. |
stream | Specifies an object of type System. |
text |
Specifies an object of type System. |
xml |
Specifies an object of type System. |