ReaderPDFFontSmoothing Property ByteScout Barcode Reader SDK
Gets or sets whether the font smoothing in PDF is enabled. Default is true.

Namespace:  Bytescout.BarCodeReader
Assembly:  Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax

public bool PDFFontSmoothing { get; set; }

Property Value

Type: Boolean

Implements

IReaderPDFFontSmoothing
Remarks

Some barcodes that are drawn using fonts instead of images or vector drawings may not be decoded due to font smoothing. Disabling font smoothing can improve recognition.
See Also

Reference