Class BarcodeResults
Result from reading a barcode as IList using IronBarCode
Inheritance
System.Object
BarcodeResults
Namespace: IronBarCode
Assembly: IronBarCode.dll
Syntax
public class BarcodeResults : List<BarcodeResult>
Methods
ExportFilterImagesToDisk(String)
Export the processed image from a collection of ImageFilter to the specified file.
Declaration
public void ExportFilterImagesToDisk(string filename)
Parameters
Type | Name | Description |
---|---|---|
System.String | filename | A string that contains the name of the file to which to save this Image. |
FilterImages()
Return all images that applies the filter.
Declaration
public AnyBitmap[] FilterImages()
Returns
Type | Description |
---|---|
IronSoftware.Drawing.AnyBitmap[] |
Values()
Return all values of the collection of BarcodeResult.
Declaration
public string[] Values()
Returns
Type | Description |
---|---|
System.String[] |