
ICImagingControl.FrameFilterInfos Property |
||
| This property returns a list, containing FrameFilterInfo objects that describe the available frame filters, which can be loaded from frame filter modules (.ftf files). | ||
| Syntax: | Public FrameFilterInfos As FrameFilterInfos |
|
| Limitations: | Ready only, run time only. |
|
| Information: | Introduced in IC Imaging Control 3.0 | |
| Example: | The following code fragment displays a list of all frame filters that can be loaded: Dim info As FrameFilterInfo For Each info In ICImagingControl1.FrameFilterInfos Debug.Print "Found Filter: " & info.Name & " in " & info.ModulePath & "." Next |
|
| See also: | ICImagingControl, ICImagingControl.FrameFilterPath, FrameFilterInfos, FrameFilterInfo | |