Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Options Property (BarCodeReadPreprocessCommand)








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;}
@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 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

Error processing SSI file