Link Search Menu Expand Document

ReaderPDFRenderText Property

Gets or sets whether to render text objects (font-drawn objects) in PDF documents. true by default.

Namespace:Bytescout.BarCodeReader
Assembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
public bool PDFRenderText { get; set; }

Property Value

Type: Boolean

Implements

IReaderPDFRenderText
Remarks
Barcodes in PDF document can be drawn using raster images, vector drawings or fonts. If you know exactly how the barcodes are drawn in your input documents, disabling unused methods will reduce the number of objects being analyzed and speed up the decoding.
See Also

Reference