Link Search Menu Expand Document

ReaderPDFRenderImages Property

Gets or sets whether to render raster image 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 PDFRenderImages { get; set; }

Property Value

Type: Boolean

Implements

IReaderPDFRenderImages
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