SetFilterUrl method (ILEADRasterIO)

JAVA Script example

SyntaxSyntax

short SetFilterUrl (BSTR bstrValue)

Overview

Refer to Using LEAD RasterIO COM Object To Install LEAD Static Filters From Within A Web Page.

Remarks

Sets the full URL for the filter to be installed. Filters are installed using the InstallFilter method. The URL must be set in this property before calling the InstallFilter method.

Upon successful filter installation, this method will create a key in the system registry for the filter that was installed. For example, if LFCMP14S.DLL (LEAD CMP/JPEG filter) is installed:

 

HKEY_LOCAL_MACHINE\SOFTWARE\LEAD Filters\CMP

You can delete this key from the registry in order to force re-installation of the filter.

See Also

Elements:

InstallFilter method