IOcrFactoryOcrTextRegion Method (Rectangle, OcrTextRotation) |
Construct a page element to represent text.
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
SyntaxOcrTextRegion OcrTextRegion(
Rectangle bounds,
OcrTextRotation rotation
)
Function OcrTextRegion (
bounds As Rectangle,
rotation As OcrTextRotation
) As OcrTextRegion
Parameters
- bounds
- Type: System.DrawingRectangle
- rotation
- Type: Atalasoft.OcrOcrTextRotation
Return Value
Type:
OcrTextRegion A new object of type
OcrTextRegion.
See Also