binarizationMethod property
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();
Implementation
set binarizationMethod(int value) => setBinarizationMethod(value);