OcrOptions

OcrOptions(Rectangle)

Initializes a new instance of the OcrOptions class with rectangular area.

public OcrOptions(Rectangle rectangle)
Parameter Type Description
rectangle Rectangle The rectangular area that constraints the page area which is used for text recognizing.

See Also


OcrOptions(OcrEventHandler)

Initializes a new instance of the OcrOptions class with OcrEventHandler object.

public OcrOptions(OcrEventHandler handler)
Parameter Type Description
handler OcrEventHandler An instance of OcrEventHandler to catch OCR events.

See Also


OcrOptions(Rectangle, OcrEventHandler)

Initializes a new instance of the OcrOptions class.

public OcrOptions(Rectangle rectangle, OcrEventHandler handler)
Parameter Type Description
rectangle Rectangle The rectangular area that constraints the page area which is used for text recognizing.
handler OcrEventHandler An instance of OcrEventHandler to catch OCR events.

See Also