Click or drag to resize

PixOptions Constructor (XElement)

Initializes a new instance of PixOptions class from an XML element.

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

Parameters

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