Click or drag to resize

OcrOptionsFromXml Method

Initializes a new instance of the |OcrOptions| class from an XML element.

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
public void FromXml(
	XElement xml
)

Parameters

xml
Type: System.Xml.LinqXElement
The XML element to parse.
See Also