Click or drag to resize

DecoderOptionsFromXml Method

Initialize the instance from the specified XML element.

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

Parameters

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