
Scanning Functions 4-33
Control Class
CommitConfigChanges
Description
Retrieves the scanner configuration data from the application and saves
the reconfigured settings to the scan engine.
Syntax
CommitConfigChanges();
Parameters
None
Return Values
None
Example
<SCRIPT src="./jsUltra.js"></SCRIPT>
<SCRIPT type="text/javascript">
SCANNER.CommitConfigChanges();
//Save Changes to the Scanner Configuration
</SCRIPT>
<BODY>
<OBJECT id=”SCANNER” style="LEFT: 0px; WIDTH: 0px; TOP: 0px;
HEIGHT: 0px"
classid=clsid: AD3C761C-4BCC-403D-A68D-128ED702A417>
</OBJECT> //Instantiate Class
</BODY>
Komentáře k této Příručce