Loads barcode data into the control.
public void Load(string fileName);
Public Sub Load(ByVal fileName As String)
public void Load(System.IO.Stream stream);
Public Sub Load(ByVal stream As System.IO.Stream)
public void Load(System.IO.TextReader textReader);
Public Sub Load(ByVal textReader As System.IO.TextReader)
public void Load(System.Xml.XmlReader xmlReader);
Public Sub Load(ByVal xmlReader As System.Xml.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. |