documentWidthRatio property

double documentWidthRatio

Ratio of the estimated width of the searched document in the image. Hint: Default value is 1.

throws DocumentException An error has occurred during Document Library execution.

Implementation

double get documentWidthRatio => getDocumentWidthRatio();
void documentWidthRatio=(double value)

Implementation

set documentWidthRatio(double value) => setDocumentWidthRatio(value);