Gets or set the binarization method used to convert the image to black and white.
public BarCodeReadPreprocessOptions Options { get; set; }
Public Property Options As Leadtools.Imageprocessing.Core.BarCodeReadPreprocessOptions
public Leadtools.Imageprocessing.Core.BarCodeReadPreprocessOptions Options {get; set;}
@property (nonatomic, assign) LTBarCodeReadPreprocessOptions options
public int getOptions()
public void setOptions(int value)
<br/>get_Options();<br/>set_Options(value);<br/>Object.defineProperty('Options');
public:
property Leadtools.Imageprocessing.Core.BarCodeReadPreprocessOptions Options {
Leadtools.Imageprocessing.Core.BarCodeReadPreprocessOptions get();
void set ( Leadtools.Imageprocessing.Core.BarCodeReadPreprocessOptions );
}
BarCodeReadPreprocessOptions object that represents the binarization method used to convert the image to black and white.
Using the default flag detects the best binarization methods to use for the detected barcode.
For an example, refer to BarCodeReadPreprocessCommand
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET