binarizationMethod property

int binarizationMethod

Selection of the binarization method internally used in the algorithm.

throws DocumentException An error has occurred during Document Library execution.

Implementation

int get binarizationMethod => getBinarizationMethod();
void binarizationMethod=(int value)

Implementation

set binarizationMethod(int value) => setBinarizationMethod(value);