Click or drag to resize

OcrRegionDataSequenceOrder Property

Gets or sets the sequence order value.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int SequenceOrder { get; set; }

Property Value

Type: Int32
The sequence order.
Exceptions
ExceptionCondition
Thrown if the value is less than 1.
Remarks

This value determines the order in which OCR regions should be processed. The first region must start with a value of 1.

See Also