Click or drag to resize

BarImageable Interface

Specification for an image data provider.

Namespace:  Atalasoft.Barcoding.Reading
Assembly:  Atalasoft.dotImage.Barcoding.Reading (in Atalasoft.dotImage.Barcoding.Reading.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public interface BarImageable

The BarImageable type exposes the following members.

Properties
  NameDescription
Public propertyHeight
Determines the height of the image.
Public propertyWidth
Determines the width of the image.
Top
Methods
Remarks
A class that encapsulates image data, and which is not an AtalaImage can implement this interface in order to provide image data. An application whose image data is represented by some other class can define an equivalent implementation of this interface with which to invoke the BarCodeReader constructor.
See Also