BarImageable Interface |
Namespace: Atalasoft.Barcoding.Reading
The BarImageable type exposes the following members.
| Name | Description | |
|---|---|---|
| Height | Determines the height of the image. | |
| Width | Determines the width of the image. |
| Name | Description | |
|---|---|---|
| GetColumnIntensities | Get the intensities of a pixel column. | |
| GetIntensity | Gets a pixel intensity. | |
| GetRowIntensities | Get the intensities of a pixel row. | |
| Lock | Invoked by ReadBars before it gets pixel data by invoking any of GetIntensity(Int32, Int32), GetColumnIntensities(Int32, Int32), and GetRowIntensities(Int32, Int32). | |
| Unlock | Invoked by ReadBars after it has obtained pixel data through invocations of
GetIntensity(Int32, Int32), GetColumnIntensities(Int32, Int32), or GetRowIntensities(Int32, Int32). |