LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Options Property (BarCodeReadPreprocessCommand)

Show in webframe







Gets or set the binarization method used to convert the image to black and white.
Syntax
public BarCodeReadPreprocessOptions Options {get; set;}
'Declaration
 
Public Property Options As BarCodeReadPreprocessOptions
'Usage
 
Dim instance As BarCodeReadPreprocessCommand
Dim value As BarCodeReadPreprocessOptions
 
instance.Options = value
 
value = instance.Options
public BarCodeReadPreprocessOptions Options {get; set;}

            

            
 
get_Options();
set_Options(value);
Object.defineProperty('Options');
public:
property BarCodeReadPreprocessOptions Options {
   BarCodeReadPreprocessOptions get();
   void set (    BarCodeReadPreprocessOptions 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

See Also

Reference

BarCodeReadPreprocessCommand Class
BarCodeReadPreprocessCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.