[]
Enumerates the list of operators, calls the callbackMethod method for each
operator.
public static bool Enumerate(IList<OperatorBase> operators, Func<PdfOperatorPosition, OperatorBase, bool> callbackMethod)
| Type | Name | Description |
|---|---|---|
| IList<OperatorBase> | operators | The list of operators to enumerate. |
| Func<PdfOperatorPosition, OperatorBase, bool> | callbackMethod | The callback method. |
| Type | Description |
|---|---|
| bool | true if all operators were enumerated; false if callback method returns false for some operator. |