RecognitionAreaListAdd Method (Rectangle, AreaRotation, OCRProposedContentType)ByteScout Text Recognition SDK
Adds new item to collection.

Namespace:  ByteScout.TextRecognition
Assembly:  ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.1.323-master
Syntax

public void Add(
	Rectangle rectangle,
	AreaRotation rotation = AreaRotation.Rotate180FlipXY,
	OCRProposedContentType proposedContentType = OCRProposedContentType.Auto
)

Parameters

rectangle
Type: System.DrawingRectangle
Rectangle defining the area.
rotation (Optional)
Type: ByteScout.TextRecognitionAreaRotation
Rotation to apply to the area.
proposedContentType (Optional)
Type: ByteScout.TextRecognitionOCRProposedContentType
Proposed content type.
See Also

Reference