Paxar 6039 Printer User Manual


 
4-34 Programmer’s Manual
Control Class
CommitChanges
Description
Retrieves the scanner configuration data from the application and saves
the reconfigured settings to the scan engine.
Syntax
public void CommitChanges();
Parameters
None
Return Values
None
Example C#
using Ultra;
Ultra.Scan.Control CONTROL = new Ultra.Scan.Control();
// Instantiate class
CONTROL.CommitChanges(); //--Save Changes to the Scanner
// Configuration
Example VB.NET
Imports Ultra
Dim CONTROL As New Ultra.Scan.Control ' Instantiate class
CONTROL.CommitChanges()
' Save Changes to the Scanner Configuration