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:

See also: ICImagingControl, ICImagingControl.FrameFilterPath, FrameFilterInfos, FrameFilterInfo

<< ICImagingControl