Accusoft ISIS Xpress 6
LoadDriver Method
See Also  Send comments on this topic.
AccusoftISISXpress6 ActiveX DLL > ISISXpress Object : LoadDriver Method

Glossary Item Box

Description

Preloads the ISIS drivers used for scanning and saving an image.

Syntax

Visual Basic
Public Sub LoadDriver() 

Remarks

This is an optimization method that can be used to improve performance. If this method is not called, there is a slight delay before the first scan is started because the control must first load the ISIS drivers. This method should only be called one time.

The following properties affect the ISIS drivers and can cause them to be reloaded:

     SaveFileType Property
     CreateFiles Property
     UseCompression Property

If the properties need to be changed they should be modified and then LoadDriver should be called so the control is ready to scan. This will result in the scan starting immediately when the ScanSingle Method or ScanBatch Method method is called since the ISIS drivers have already been preloaded.

See Also

©2013. Accusoft Corporation. All Rights Reserved.