Interface IVFRegister
Public filter registration interface.
Namespace: VisioForge.ProcessingFilters.Interfaces
Assembly: VisioForge.ProcessingFilters.Interfaces.dll
Syntax
[Guid("59E82754-B531-4A8E-A94D-57C75F01DA30")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVFRegister
Methods
SetLicenseKey(String)
Registers the filter.
Declaration
void SetLicenseKey(string licenseKey)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | licenseKey | License Key. |