Click or drag to resize

WangAttributeDataCreateOcrRegionAttribute Method

Creates a new instance of WangAttributeData for an OCR region annotation.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static WangAttributeData CreateOcrRegionAttribute(
	RectangleF bounds,
	Color color1,
	AnnotationFont font,
	int sequenceOrder
)

Parameters

bounds
Type: System.DrawingRectangleF
The bounds for the annotation.
color1
Type: System.DrawingColor
The color of the annotation.
font
Type: Atalasoft.AnnotateAnnotationFont
The font for the annotation.
sequenceOrder
Type: SystemInt32
The sequence order for the annotation.

Return Value

Type: WangAttributeData
A WangAttributeData containing the annotation data.
See Also