Overview If GammaCorrection is set to a value other than 100 then the toolkit will apply gamma correction to a color image. The amount of gamma correction is equal to GammaCorrection / 100. For example, to achieve a gamma correction of 0.5 the property should be set to a value of 50. Type: SHORT Default value: 100
Overview Use the LicenseKey property to set your license key prior to calling the ScanBarCode, ScanBarCodeFromBitmap or ScanBarCodeFromDIB functions. With no license key the .net interface will return all barcode values as“Please contact sales@bardecode.com for a trial license string” and other interfaces will display a pop up box that the user will need to click on to continue. Type: STRING Default
Overview Overview As the SDK scans an image it assigns a score to each barcode candidate. At the end of a scan, any candidates with a score >= PrefOccurrence are reported by the SDK. If no candidate meets this criteria then the SDK selects the candidate with the highest score and reports this barcode if it
Overview Output information about the structure and cluster values of the barcode. The debug information is returned in place of the normal barcode value (see GetBarString). The fields of the string are as follows: Error correction status – true or false Number of data columns Number of rows Error correction level Number of unknown cluster
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.
Overview When set to TRUE the toolkit will search for type 93 barcodes. Type: BOOL Default value: FALSE
Overview When set to TRUE the toolkit will search for micro-PDF-417 barcodes. Type: BOOL Default value: FALSE
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
Overview ShortCode128MinLength defines the smallest length for a barcode string, including checksum characters. Type: SHORT Default value: 2
Overview Include the start and stop characters when returning the value of a codabar barcode. Type: BOOL Default value: TRUE