Class BarcodeRecognitionOption
Barcode recognition settings/options
Inheritance
System.Object
BarcodeRecognitionOption
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.DocumentProcessing
Assembly: Simplic.DocumentProcessing.dll
Syntax
public class BarcodeRecognitionOption
Properties
| Improve this Doc View SourceBarcodeTypes
Gets or sets a list of barcode tyes. E.g. Code39, Code128
Declaration
public IList<string> BarcodeTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
ConvertToBlackAndWhite
Gets or sets whether to convert the document to black-and-white before reading barcodes.
Declaration
public bool ConvertToBlackAndWhite { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PdfToTiffDPI
Gets or sets the DPI that is used when converting a pdf to tiff before barcode-recognition
Declaration
public int PdfToTiffDPI { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |