Click or drag to resize

OcrRegionData Constructor (RectangleF, Int32, Color)

Creates a new instance of OcrRegionData specifying the selection bounds, sequence number of color.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public OcrRegionData(
	RectangleF bounds,
	int sequenceOrder,
	Color color
)

Parameters

bounds
Type: System.DrawingRectangleF
The annotation bounds.
sequenceOrder
Type: SystemInt32
The sequence number for this annotation. This value must be 1 or greater.
color
Type: System.DrawingColor
The color for the selection.
See Also