←Select platform

PreprocessCallback Property

Summary
Gets or sets BarCodeReadPreprocessCallback method used to receive deblurred images from barcode analyzer engine.
Syntax
C#
C++/CLI
Python
public BarCodeReadPreprocessCallback PreprocessCallback { get; set; } 
public: 
property BarCodeReadPreprocessCallback^ PreprocessCallback { 
   BarCodeReadPreprocessCallback^ get(); 
   void set (    BarCodeReadPreprocessCallback^ ); 
} 
PreprocessCallback # get and set (BarCodeReadPreprocessCommand) 

Property Value

BarCodeReadPreprocessCallback

Remarks

When set, the BarCodeReadPreprocessCallback delegate will get called when the Barcode Read Preprocessed (Binarized) image is available.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

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