Search Results for

    Show / Hide Table of Contents

    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 Source

    BarcodeTypes

    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>
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx