canHandle abstract method

bool canHandle(
  1. ScanMode mode
)

Whether this preprocessor can handle the given scan mode.

Implementation

bool canHandle(ScanMode mode);