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
)
Function OcrBarcodeRegion (
bounds As Rectangle,
text As String,
barcodeType As OcrBarcodeSymbologies
) As OcrBarcodeRegion
Parameters
- bounds
- Type: System.DrawingRectangle
- text
- Type: SystemString
- barcodeType
- Type: Atalasoft.OcrOcrBarcodeSymbologies
Return Value
Type:
OcrBarcodeRegion A new object of type
OcrBarcodeRegion.
See Also