custom_filters property

custom_filters property

Gets CustomFilterCollection for filtering data by custom criteria.

Remarks

NOTE: This setter of this propery is now obsolete. Instead,please use set FilterType.#ctor as FilterType.CUSTOM_FILTERS. This property will be removed 12 months later since June 2026. Aspose apologizes for any inconvenience you may have experienced.

Definition:

@property
def custom_filters(self):
    ...
@custom_filters.setter
def custom_filters(self, value):
    ...

See Also