←Select platform

Options Property

Summary
Gets or set the binarization method used to convert the image to black and white.
Syntax
C#
VB
Objective-C
C++
Java
public BarCodeReadPreprocessOptions Options { get; set; } 
Public Property Options As BarCodeReadPreprocessOptions 
@property (nonatomic, assign) LTBarCodeReadPreprocessOptions options 
public int getOptions() 
public void setOptions(int value) 

Property Value

BarCodeReadPreprocessOptions object that represents the binarization method used to convert the image to black and white.

Remarks

Using the default flag detects the best binarization methods to use for the detected barcode.

Example

For an example, refer to BarCodeReadPreprocessCommand

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.