Link Search Menu Expand Document

ReaderPDFRenderVectors Property

Gets or sets whether to render vector 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 PDFRenderVectors { get; set; }

Property Value

Type: Boolean

Implements

IReaderPDFRenderVectors
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