Click or drag to resize

OcrOptions Constructor (OcrOptions)

Initializes a new instance of the OcrOptions class from another instance.

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
public OcrOptions(
	OcrOptions other
)

Parameters

other
Type: Opait.Ocr.ApiOcrOptions
The source instance.
See Also