Click or drag to resize

DecoderOptions Constructor (XElement)

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

Namespace:  Opait.Barcode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public DecoderOptions(
	XElement xml
)

Parameters

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