FrameFilter.Parameter Property

Sets or gets the value of a parameter.
Syntax:
Public Parameter As Variant
Remarks:

A list containing the names of the available parameters can be retrieved from FrameFilter.AvailableParameters.

Example:

The following example shows how to set the parameters of the Rotate Flip Filter. Please not that the access to the Parameter properties is enclosed in BeginParameterTransfer and EndParameterTransfer.

See also: FrameFilter, FrameFilter.AvailableParameters, FrameFilter.BeginParameterTransfer, FrameFilter.EndParameterTransfer

<< FrameFilter