VintaSoft Barcode .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / ReaderSettings Class
Constructors Properties Methods Fields SeeAlso
In This Topic
    ReaderSettings Class Members
    In This Topic
    The following tables list the members exposed by ReaderSettings.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ReaderSettings class.
    Public Fields
     NameDescription
    Public FieldDefines value for Confidence property that will be used if confidence of barcode cannot be calculated because checksum or error correction algorithm are not implemented in the specification of barcode type.
    Public FieldDefines the default value for the ScanInterval property.
    Public FieldDefines maximum value for the ThresholdIterations property.
    Public Properties
     NameDescription
    Public PropertyGets or sets the step, in pixels, of adaptive binarization algorithm.
    Public PropertyGets or sets the type of adaptive binarization.
    Public PropertyGets or sets the format of customer information field of Australia Post 4-state barcode.
    Public PropertyGets or sets a value indicating whether the barcode reader enables the special automatic recognition mode.
    Public PropertyGets or sets a barcode characteristics.
    Public PropertyGets or sets a value indicating whether the barcode reader interprets FNC4 symbols in Code 128 barcode and shifts barcode characters to extended ASCII table (128..255 byte values).
    Public PropertyGets or sets the minimum start padding, in narrow bars, for Code39 barcode.
    Public PropertyGets or sets the minimum stop padding, in narrow bars, for Code39 barcode.
    Public PropertyGets or sets a value indicating whether the barcode reader collects information for quality test.
    Public PropertyGets or sets the number of maximum erasures on each side of "L" pattern of Data Matrix barcode.
    Public PropertyGets or sets the minimum cell size, in pixels, for Data Matrix barcode.
    Public PropertyGets or sets a value indicating whether the barcode reader must interpret FNC characters in DotCode barcodes.
    Public PropertyGets or sets the maximum area of DotCodeBarcode, in dots.
    Public PropertyGets or sets the minimum area of DotCodeBarcode, in dots.
    Public PropertyGets or sets a value indicating whether the barcode reader enables numeric mode in Telepen barcode.
    Public PropertyGets or sets a value indicating whether the barcode reader processes the image with barcodes using the "erode" algorithm before barcode recognition.
    Public PropertyGets or sets the expected number of barcodes to search. The barcode searching algorithm will stop when expected number of barcodes will be found.
    Public PropertyGets or sets a scale factor that is used for upscaling or downscaling an image before barcode recognition.
    Public PropertyGets or sets a value indicating whether the barcode reader inverts the image with barcodes before barcode search.
    Public PropertyGets or sets the maximum cell size, in pixels, for two-dimensional matrix barcodes (Aztec, DataMatrix, DotCode, QR, Micro QR, Han Xin Code, Maxicode).
    Public PropertyGets or sets the maximum number of threads the barcode reader can create for barcode search.
    Public PropertyGets or sets the minimum value of confidence, in percents.
    Public PropertyGets or sets a checksum type of MSI barcode.
    Public PropertyGets or sets a value indicating whether the barcode reader calculates an optional checksum.
    Public PropertyGets or sets the maximum barcode height, in narrow bars, for Pharmacode barcode.
    Public PropertyGets or sets the minimum barcode height, in narrow bars, for Pharmacode barcode.
    Public PropertyGets or sets the minimum barcode padding, in narrow bars, for Pharmacode barcode.
    Public PropertyGets or sets the maximum axial non-uniformity of QR Code barcode.
    Public PropertyGets or sets the maximum version of QR code that must be recognized.
    Public PropertyGets or sets the minimum version of QR code that must be recognized.
    Public PropertyGets or sets the recognition time-out, in milliseconds.
    Public PropertyGets or sets a value indicating whether the barcode reader removes "peas" from the image with barcodes before barcode search.
    Public PropertyGets or sets a value indicating whether the barcode reader removes the checksum digit from the barcode value of Planet or Postnet barcode.
    Public PropertyGets or sets the barcode symbology subsets to search.
    Public PropertyGets or sets the barcode symbology types to search.
    Public PropertyGets or sets the direction for barcode search.
    Public PropertyGets or sets the scan interval for barcode search.
    Public PropertyGets or sets the rectangle on image, where barcodes must be searched.
    Public PropertyGets or sets a value indicating whether the barcode reader must search Code 39 barcodes without Start/Stop symbols.
    Public PropertyGets or sets a value indicating whether the barcode reader must search "distorted" DataMatrix barcodes.
    Public PropertyGets or sets a value indicating whether the barcode reader searches "distorted" QR barcodes.
    Public PropertyGets or sets a value indicating whether the barcode reader must search for mirrored 2D barcodes.
    Public PropertyGets or sets a value indicating whether the barcode reader must search QR Code Model 1 barcodes.
    Public PropertyGets or sets the threshold value for algorithm of color conversion.
    Public PropertyGets or sets the number of steps in barcode reading iteration process.
    Public PropertyGets or sets the maximum threshold value of algorithm color conversion in the barcode reading iteration process (see ThresholdMode.Iterations).
    Public PropertyGets or sets the minimum threshold value of algorithm color conversion in the barcode reading iteration process (see ThresholdMode.Iterations).
    Public PropertyGets or sets a mode of threshold detection.
    Public PropertyGets or sets the maximum number of black bars in unknown linear barcode.
    Public PropertyGets or sets the maximum width of bar in unknown linear barcode.
    Public PropertyGets or sets the minimum number of black bars in unknown linear barcode.
    Public PropertyGets or sets the minimum number of scanlines in unknown linear barcode.
    Public PropertyThis property is obsolete, use BarcodeSymbologySubsets.Code39Extended barcode subset.
    Public PropertyGets or sets method that verifies the information about barcode found by barcode reader.
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance.
    Public MethodNot implemented.
    Public MethodDeserializes the ReaderSettings from a specified System.Xml.XmlReader.
    Public MethodConverts the reader settings of this instance to its equivalent string.
    Public MethodSerializes the ReaderSettings to a specified System.Xml.XmlWriter.
    See Also