Click or drag to resize

IBarcoderOptionsSave Method

Saves the current options to the specified XML file.

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

Parameters

fileName
Type: SystemString
The target XML file name.
See Also