Description
Get or set the default number of filtering passes.
-
Property type
-
A Long value.
-
Syntax
-
object.Passes [= value]
The Passes Property syntax has these parts: |
| object | An expression evaluating to an object of type McEnhance. | | value | A Long value. | Remarks
The number of filtering passes can be specified when invoking the filter using the optional Passes parameter to most of the filtering operations. When the number of passes is not specified, this property is the default number of passes will be applied. This property has no effect for the LocalEnhance filter, which always performs one pass only.
|