Click or drag to resize

IOcrFactoryOcrBarcodeRegion Method (Rectangle, String, OcrBarcodeSymbologies)

Construct a page element to represent a barcode.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
OcrBarcodeRegion OcrBarcodeRegion(
	Rectangle bounds,
	string text,
	OcrBarcodeSymbologies barcodeType
)

Parameters

bounds
Type: System.DrawingRectangle
text
Type: SystemString
barcodeType
Type: Atalasoft.OcrOcrBarcodeSymbologies

Return Value

Type: OcrBarcodeRegion
A new object of type OcrBarcodeRegion.
See Also