Click or drag to resize

IBarcoderOptionsLoad Method

Loads the options from the specified XML file.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
void Load(
	string fileName
)

Parameters

fileName
Type: SystemString
The source XML file.
See Also