document.getFilters()
#### Availability
Flash 8.
#### Usage
document.getFilters()
#### Parameters
None.
#### Returns
An array that contains a list of filters applied to the currently selected objects.
#### Description
Method; returns an array that contains the list of filters applied to the currently selected objects. If multiple objects are selected and they don’t have identical filters, this method returns the list of filters applied to the first selected object.
#### Example
See document.setFilters() (../Document_object/docum530.md).
#### See also
document.addFilter() (../Document_object/documen3.md), document.changeFilterOrder() (../Document_object/docume29.md), document.setFilters() (../Document_object/docum530.md), Filter object (../Filter_object/filter_summary.md)