Class BarcodeResults
Collection of barcode reading results.
Inheritance
Namespace: IronBarCode
Assembly: IronBarCode.dll
Syntax
public class BarcodeResults : List<BarcodeResult>
Methods
ExportFilterImagesToDisk(String)
Exports all intermediate images generated during the filtering process to disk.
Declaration
public void ExportFilterImagesToDisk(string filename)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename | Filename to export to disk. |
Remarks
All image files will contain "-i" appended to the end of the filename before the extension, where "i" represents the index of the applied filter.
CacheAtEachIteration of ImageFilterCollection in BarcodeReaderOptions must be set to true for filtered images to be generated. If BarcodeReaderOptions is not passed in, they are generated by default.
FilterImages()
Returns all intermediate images generated during the filtering process.
Declaration
public AnyBitmap[] FilterImages()
Returns
Type | Description |
---|---|
IronSoftware.Drawing.AnyBitmap[] |
Remarks
CacheAtEachIteration of ImageFilterCollection in BarcodeReaderOptions must be set to true for filtered images to be generated. If BarcodeReaderOptions is not passed in, they are generated by default.
Values()
Returns all values of the BarcodeResult collection.
Declaration
public string[] Values()
Returns
Type | Description |
---|---|
System.String[] |