Gets a particular barcode from the collection.

GetItem()

public DataVisualization.BarcodeFrame GetItem();

GetItem(Int)

public DataVisualization.BarcodeFrame GetItem(int id);

GetItem(String)

public DataVisualization.BarcodeFrame GetItem(string name);

Parameters

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.

Return Value

The return value is null, if a barcode with the specified parameters could not be found. Otherwise, it is an object of the type DataVisualization.BarcodeFrame.