Enum BarcodeOptions.BarcodeProfile
An enumeration used to specify the barcode detection profile.
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public enum BarcodeOptions.BarcodeProfile
Fields
Name | Description |
---|---|
e_high_quality_source_profile | The default profile assumes an input quality of mediocre to high, such as vector graphics, or an average to high quality scan of a flat paper. This setting provides the fastest barcode read performance. |
e_low_quality_source_profile | This profile is useful for scanned paper of very poor quality, such as a very low resolution or a lot of noise. The barcode read performance is slightly slower. |
e_natural_picture_profile | This profile should be selected for natural pictures, such as photographs of real-world objects that contain a barcode. The barcode read performance is significantly slower. |
e_small_barcodes_profile | This profile is suitable for vector graphics or scanned paper containing an unusually small barcode. The barcode read performance is significantly slower. |