ImageGear Professional v18.2 > API Reference Guide > ISIS Component API Reference > ISIS Component Objects > IGIsisCtl Control > IGIsisCtl Methods > LoadDriver Method |
Loads an ISIS driver. The loaded driver becomes the default driver. You can unload the driver by calling UnloadDriver Method. You can select a new driver by calling SelectDriver Method, but only after unloading the currently loaded driver.
LoadDriver (DriverName As String)
Name | Description |
---|---|
DriverName | The name of the driver to load (typically, your application will use the value of the DriverName property for this). |
None