Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 909 Bytes

File metadata and controls

34 lines (18 loc) · 909 Bytes

document.removeFilter()

Availability

Flash 8.

Usage

document.removeFilter(filterIndex)

Parameters

filterIndex An integer specifying the zero-based index of the filter to remove from the selected objects.

Returns

Nothing.

Description

Method; removes the specified filter from the Filters list of the selected objects.

Example

The following example removes the first filter (index value 0) from the Filters list of the selected objects:

fl.getDocumentDOM().removeFilter(0);

See also

document.addFilter(), document.changeFilterOrder(), document.disableFilter(), document.getFilters(), document.removeAllFilters(), Filter object