←Select platform

Options Property

Summary

Gets or set the binarization method used to convert the image to black and white.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public 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');  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly