Click or drag to resize

IOcrFactoryOcrBarcodeRegion Method (PolygonF, 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(
	PolygonF bounds,
	string text,
	OcrBarcodeSymbologies barcodeType
)

Parameters

bounds
Type: Atalasoft.Utils.GeometryPolygonF
text
Type: SystemString
barcodeType
Type: Atalasoft.OcrOcrBarcodeSymbologies

Return Value

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