Add

PreprocessingFilter.Add method

Add the new filter to the collection to further run all operations. Consistency in the collection matters.

public void Add(PreprocessingFilter filter)
ParameterTypeDescription
filterPreprocessingFilterNew operation to add to filter list.

See Also