Web Demos

BARCODE READER SDK DEMO

Explore the flexibe barcode reading settings to optimize for your specific usage scenario.

WEB TWAIN SDK DEMO

Try the most popular web scanner features: scan images, import local images and PDF files, edit, save to local, upload to database, and etc.

BARCODE READER JAVASCRIPT DEMO

Transform any camera-equipped devices into real-time, browser-based barcode and QR code scanners.

MRZ SCANNER WEB DEMO

Detects the machine-readable zone of a passport, scans the text, and parses into human-readable data.

APP STORE DEMOS

BARCODE READER SDK FOR IOS

BARCODE READER SDK FOR ANDROID

VIEW MORE DEMOS >
Dev Center
Table of contents

Thanks for downloading Dynamsoft Barcode Reader Package!

Your download will start shortly. If your download does not begin, click here to retry.

FurtherModes

Stores the FurtherModes.

public struct FurtherModes

Attributes

Attribute Type
ColourClusteringModes EnumColourClusteringMode[ ]
ColourConversionModes EnumColourConversionMode[ ]
GrayscaleTransformationModes EnumGrayscaleTransformationMode[ ]
RegionPredetectionModes EnumRegionPredetectionMode[ ]
ImagePreprocessingModes EnumImagePreprocessingMode[ ]
TextureDetectionModes EnumTextureDetectionMode[ ]
TextFilterModes EnumTextFilterMode[ ]
DPMCodeReadingModes EnumDPMCodeReadingMode[ ]
DeformationResistingModes EnumDeformationResistingMode[ ]
BarcodeComplementModes EnumBarcodeComplementMode[ ]
BarcodeColourModes EnumBarcodeColourMode[ ]
AccompanyingTextRecognitionModes EnumAccompanyingTextRecognitionMode[ ]

ColourClusteringModes

Sets the mode and priority for colour categorization. Not supported yet.

EnumColourClusteringMode[] Dynamsoft.DBR.FurtherModes.ColourClusteringModes

Value Range
Each array item can be any one of the ColourClusteringMode Enumeration items.

Default Value
[EnumColourClusteringMode.CCM_SKIP, EnumColourClusteringMode.CCM_SKIP, EnumColourClusteringMode.CCM_SKIP, EnumColourClusteringMode.CCM_SKIP, EnumColourClusteringMode.CCM_SKIP, EnumColourClusteringMode.CCM_SKIP, EnumColourClusteringMode.CCM_SKIP, EnumColourClusteringMode.CCM_SKIP]

Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.

ColourConversionModes

Sets the mode and priority for converting a colour image to a grayscale image.

EnumColourConversionMode[] Dynamsoft.DBR.FurtherModes.ColourConversionModes

Value Range
Each array item can be any one of the ColourConversionMode Enumeration items.

Default Value
[EnumColourConversionMode.CICM_GENERAL, EnumColourConversionMode.CICM_SKIP, EnumColourConversionMode.CICM_SKIP, EnumColourConversionMode.CICM_SKIP, EnumColourConversionMode.CICM_SKIP, EnumColourConversionMode.CICM_SKIP, EnumColourConversionMode.CICM_SKIP, EnumColourConversionMode.CICM_SKIP]

Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.

GrayscaleTransformationModes

Sets the mode and priority for the grayscale image conversion.

EnumGrayscaleTransformationMode[] Dynamsoft.DBR.FurtherModes.GrayscaleTransformationModes

Value Range
Each array item can be any one of the GrayscaleTransformationMode Enumeration items.

Default Value
[EnumGrayscaleTransformationMode.GTM_ORIGINAL, EnumGrayscaleTransformationMode.GTM_SKIP, EnumGrayscaleTransformationMode.GTM_SKIP, EnumGrayscaleTransformationMode.GTM_SKIP, EnumGrayscaleTransformationMode.GTM_SKIP, EnumGrayscaleTransformationMode.GTM_SKIP, EnumGrayscaleTransformationMode.GTM_SKIP, EnumGrayscaleTransformationMode.GTM_SKIP]

Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.

RegionPredetectionModes

Sets the region pre-detection mode for barcodes search.

EnumRegionPredetectionMode[] Dynamsoft.DBR.FurtherModes.RegionPredetectionModes

Value Range
Each array item can be any one of the RegionPredetectionMode Enumeration items.

Default Value
[EnumRegionPredetectionMode.RPM_GENERAL, EnumRegionPredetectionMode.RPM_SKIP, EnumRegionPredetectionMode.RPM_SKIP, EnumRegionPredetectionMode.RPM_SKIP, EnumRegionPredetectionMode.RPM_SKIP, EnumRegionPredetectionMode.RPM_SKIP, EnumRegionPredetectionMode.RPM_SKIP, EnumRegionPredetectionMode.RPM_SKIP]

Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is. If the image is large and the barcode on the image is very small, it is recommended to enable region predetection to speed up the localization process and recognition accuracy.

ImagePreprocessingModes

Sets the mode and priority for image preprocessing algorithms.

EnumImagePreprocessingMode[] Dynamsoft.DBR.FurtherModes.ImagePreprocessingModes

Value Range
Each array item can be any one of the ImagePreprocessingMode Enumeration items.

Default Value
[EnumImagePreprocessingMode.IPM_GENERAL, EnumImagePreprocessingMode.IPM_SKIP, EnumImagePreprocessingMode.IPM_SKIP, EnumImagePreprocessingMode.IPM_SKIP, EnumImagePreprocessingMode.IPM_SKIP, EnumImagePreprocessingMode.IPM_SKIP, EnumImagePreprocessingMode.IPM_SKIP, EnumImagePreprocessingMode.IPM_SKIP]

Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.

TextureDetectionModes

Sets the mode and priority for texture detection.

EnumTextureDetectionMode[] Dynamsoft.DBR.FurtherModes.TextureDetectionModes

Value Range
Each array item can be any one of the TextureDetectionMode Enumeration items.

Default Value
[EnumTextureDetectionMode.TDM_GENERAL_WIDTH_CONCENTRATION, EnumTextureDetectionMode.TDM_SKIP, EnumTextureDetectionMode.TDM_SKIP, EnumTextureDetectionMode.TDM_SKIP, EnumTextureDetectionMode.TDM_SKIP, EnumTextureDetectionMode.TDM_SKIP, EnumTextureDetectionMode.TDM_SKIP, EnumTextureDetectionMode.TDM_SKIP]

Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.

TextFilterModes

Sets the mode and priority for text filter.

EnumTextFilterMode[] Dynamsoft.DBR.FurtherModes.TextFilterModes

Value Range
Each array item can be any one of the TextFilterMode Enumeration items.

Default Value
[EnumTextFilterMode.TFM_GENERAL_CONTOUR, EnumTextFilterMode.TFM_SKIP, EnumTextFilterMode.TFM_SKIP, EnumTextFilterMode.TFM_SKIP, EnumTextFilterMode.TFM_SKIP, EnumTextFilterMode.TFM_SKIP, EnumTextFilterMode.TFM_SKIP, EnumTextFilterMode.TFM_SKIP]

Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is. If the image contains a lot of text, you can enable text filter to speed up the localization process.

DPMCodeReadingModes

Sets the mode and priority for DPM code reading.

EnumDPMCodeReadingMode[] Dynamsoft.DBR.FurtherModes.DPMCodeReadingModes

Value Range
Each array item can be any one of the DPMCodeReadingMode Enumeration items.

Default Value
[EnumDPMCodeReadingMode.DPMCRM_SKIP, EnumDPMCodeReadingMode.DPMCRM_SKIP, EnumDPMCodeReadingMode.DPMCRM_SKIP, EnumDPMCodeReadingMode.DPMCRM_SKIP, EnumDPMCodeReadingMode.DPMCRM_SKIP, EnumDPMCodeReadingMode.DPMCRM_SKIP, EnumDPMCodeReadingMode.DPMCRM_SKIP, EnumDPMCodeReadingMode.DPMCRM_SKIP]

Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.

DeformationResistingModes

Sets the mode and priority for deformation resisting.

EnumDeformationResistingMode[] Dynamsoft.DBR.FurtherModes.DeformationResistingModes

Value Range
Each array item can be any one of the DeformationResistingMode Enumeration items.

Default Value
[EnumDeformationResistingMode.DRM_SKIP, EnumDeformationResistingMode.DRM_SKIP, EnumDeformationResistingMode.DRM_SKIP, EnumDeformationResistingMode.DRM_SKIP, EnumDeformationResistingMode.DRM_SKIP, EnumDeformationResistingMode.DRM_SKIP, EnumDeformationResistingMode.DRM_SKIP, EnumDeformationResistingMode.DRM_SKIP]

Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.

BarcodeComplementModes

Sets the mode and priority to complement the missing parts in the barcode.

EnumColourConversionMode[] Dynamsoft.DBR.FurtherModes.ColourConversionModes

Value Range
Each array item can be any one of the BarcodeComplementMode Enumeration items.

Default Value
[EnumColourConversionMode.BCM_SKIP, EnumColourConversionMode.BCM_SKIP, EnumColourConversionMode.BCM_SKIP, EnumColourConversionMode.BCM_SKIP, EnumColourConversionMode.BCM_SKIP, EnumColourConversionMode.BCM_SKIP, EnumColourConversionMode.BCM_SKIP, EnumColourConversionMode.BCM_SKIP]

Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.

BarcodeColourModes

Sets the mode and priority for the barcode colour mode used to process the barcode zone.

EnumBarcodeColourMode[] Dynamsoft.DBR.FurtherModes.BarcodeColourModes

Value Range
Each array item can be any one of the BarcodeColourMode Enumeration items.

Default Value
[EnumBarcodeColourMode.BICM_DARK_ON_LIGHT, EnumBarcodeColourMode.BICM_SKIP, EnumBarcodeColourMode.BICM_SKIP, EnumBarcodeColourMode.BICM_SKIP, EnumBarcodeColourMode.BICM_SKIP, EnumBarcodeColourMode.BICM_SKIP, EnumBarcodeColourMode.BICM_SKIP, EnumBarcodeColourMode.BICM_SKIP]

Remarks
The array index represents the priority of the item. The smaller index is, the higher priority is.

AccompanyingTextRecognitionModes

[Deprecated]Sets the mode and priority to recognize accompanying text.

EnumAccompanyingTextRecognitionMode[] Dynamsoft.DBR.FurtherModes.AccompanyingTextRecognitionModes

This page is compatible for:

Version 7.5.0

Is this page helpful?

YesYes NoNo

latest version

  • Latest version
  • Version 9.x
    • Version 9.6.10
    • Version 9.6.0
    • Version 9.4.0
    • Version 9.2.0
    • Version 9.0.0
  • Version 8.x
    • Version 8.8.0
    • Version 8.6.0
    • Version 8.4.0
    • Version 8.2.0
    • Version 8.1.2
    • Version 8.1.0
    • Version 8.0.0
  • Version 7.x
    • Version 7.6.0
    • Version 7.5.0
Change +