Link Search Menu Expand Document

IReaderPDFFontSmoothing Property

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
bool PDFFontSmoothing { get; set; }

Property Value

Type: Boolean
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