Overview PdfImageOnly indicates that the PDF documents to be processed by the toolkit are images. Image only PDF documents can be processed faster than other types (containing text, vector graphics etc). If the toolkit is unable to extract any images from the PDF document then the document is processed as if PdfImageOnly was set to false. …
December 2010
ReadCode93 – scan for code-93 barcodes
Overview When set to TRUE the toolkit will search for type 93 barcodes. Type: BOOL Default value: FALSE
ReadMicroPDF417 – scan for micro pdf-417 barcodes
Overview When set to TRUE the toolkit will search for micro-PDF-417 barcodes. Type: BOOL Default value: FALSE
ReadShortCode128 – scan for short code-128 barcodes
Overview When set to TRUE the toolkit will search for Code 128 barcodes of symbol set C, without the normal start and stop characters. The barcode type for these barcodes is set to “SHORTCODE128”. Type: BOOL Default value: FALSE
ShortCode128MinLength – set the minimum length for a short code-128 barcode
Overview ShortCode128MinLength defines the smallest length for a barcode string, including checksum characters. Type: SHORT Default value: 2
ShowCodabarStartStop – include codabar start/stop characters
Overview Include the start and stop characters when returning the value of a codabar barcode. Type: BOOL Default value: TRUE
SkewLineJump – frequency of line sampling for skewed barcodes
Overview SkewLineJump works in a similar way to the LineJump property, but only effects the phase of the scanning process concerned with searching for skewed barcodes. It can be useful to set the 2 properties to different values for reasons of performance. Type: SHORT Default value: 9
UseOldCode128Algorithm – use the old code-128 detection method
Overview Use the Code 128 detection algorithm as used in earlier versions of the toolkit (pre version 7.3.1). Type: BOOL Default value: FALSE
UseRunCache – use a memory cache for run-length information
Overview Use a memory cache for run-length information derived from an image. Type: BOOL Default value: TRUE
WeightLongerBarcodes – accept lower scores for longer barcodes
Overview When WeightLongerBarcodes is TRUE the barcode reader will weight the counts used with the PrefOccurrence and MinOccurrence properties according to the length and type of the barcode in question. Barcode types using built in checksums are favoured above barcode types with no checksum. Type: BOOL Default value: TRUE