Gets a particular barcode from the collection.
public DataVisualization.BarcodeFrame GetItem();
Public Function GetItem() As DataVisualization.BarcodeFrame
public DataVisualization.BarcodeFrame GetItem(int id);
Public Function GetItem(ByVal id As Integer) As DataVisualization.BarcodeFrame
public DataVisualization.BarcodeFrame GetItem(string name);
Public Function GetItem(ByVal name As String) As DataVisualization.BarcodeFrame
Parameter | Description |
---|---|
id | Specifies the barcode's identifier. The method returns null, if a barcode with the specified identifier does not exist. |
name | Specifies the barcode's name. The method returns null, if a barcode with the specified name does not exist. |
The return value is null, if a barcode with the specified parameters could not be found. Otherwise, it is an object of the type Data