public virtual int BarWidthReduction { get; set; }
@property (nonatomic, assign) NSInteger barWidthReduction;
[BrowsableAttribute(false)]
public:
virtual property int BarWidthReduction {
int get();
void set ( int );
}
BarWidthReduction # get and set (BarcodeData)
The bar width reduction value of this barcode in micrometer for each black bar. The default value is 0.
The BarcodeReader.ReadBarcode or BarcodeReader.ReadBarcodes methods are used to read a barcode or more from an image. Each of these methods returns an object or an array of objects of type BarcodeData for each barcode found. Inside each object, the value of the BarWidthReduction property will be set in micrometer by the BarcodeReader object, referring to the bar width reduction value of the barcode. If the barcode bars has not been reduced, the value will be 0.
Bar Width Reduction is the amount by which each black bar width in the symbol is reduced to accommodate pressure on the printing plate and ink expansion/absorption by the substrate (paper) when the barcode is printed.
A negative value indicates a gain for each bar not a reduction.
For a tutorial, refer to one of the Extract Barcodes Tutorials.
The BarWidthReduction property is not used when writing barcodes and the value set in this property will be ignored by the BarcodeWriter object.
For a tutorial, refer to one of the Write Barcodes Tutorials.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document