Resource Base
Thanks for downloading Dynamsoft Barcode Reader Package!
Your download will start shortly. If your download does not begin, click here to retry.
Method | Description |
---|---|
init |
Create an instance of Dynamsoft Barcode Reader. |
dispose |
Destroy the instance of Dynamsoft Barcode Reader. |
Method | Description |
---|---|
decodeFileWithName |
Decode barcodes from a specified image file. |
decodeImage |
Decode barcodes from an image file in memory. |
decodeBuffer |
Decode barcodes from raw buffer. |
decodeBase64 |
Decode barcodes from a base64 encoded string. |
createIntermediateResult |
Inits an intermediateResult struct with default values. |
decodeIntermediateResults |
Decodes barcode from intermediate results. |
Method | Description |
---|---|
SetCameraEnhancerParam |
Set the parameters for Dynamsoft Camera Enhancer in Barcode reader |
Method | Description |
---|---|
license |
Stores the license used in DynamsoftBarcodeReader. |
initWithLicense |
Read product key and activate the SDK. |
initWithLicenseFromServer |
Initialize license and connect to the specified server for online verification. |
outputLicenseToString |
Output the license content to a string from the license server. |
initLicenseFromDLS |
Initializes the barcode reader license and connects to the specified server for online verification. |
initLicenseFromLTS |
Deprecated , please use initLicenseFromDLS instead. |
Method | Description |
---|---|
setModeArgument |
Set argument value for the specified mode parameter. |
getModeArgument |
Get argument value for the specified mode parameter. |
getRuntimeSettings |
Get current runtime settings. |
updateRuntimeSettings |
Modify and update the current runtime settings. |
resetRuntimeSettings |
Reset runtime settings to default. |
Method | Description |
---|---|
initRuntimeSettingsWithFile |
Initialize runtime settings with the settings in a given JSON file. |
initRuntimeSettingsWithString |
Initialize runtime settings with the settings in a given JSON string. |
appendTplFileToRuntimeSettings |
Append a new template file to the current runtime settings. |
appendTplStringToRuntimeSettings |
Append a new template string to the current runtime settings. |
allParameterTemplateNames |
Get the count of the parameter templates. |
outputSettingsToFile |
Output runtime settings to a settings file (JSON file). |
outputSettingsToString |
Output runtime settings to a string. |
Method | Description |
---|---|
getIntermediateResult |
Get intermediate results. |
Method | Description |
---|---|
startFrameDecoding |
Decode barcodes from inner frame queue. |
startFrameDecodingEx |
Decode barcodes from inner frame queue. |
appendFrame |
Append a frame image buffer to the inner frame queue. |
stopFrameDecoding |
Stop thread used for frame decoding. |
Method | Description |
---|---|
getFrameDecodingParameters |
Initialize frame decoding parameter. |
Method | Description |
---|---|
getLengthOfFrameQueue |
Get length of current inner frame queue. |
iAztecDetails
iContour
iDataMatrixDetails
iDBRPoint
iDCESettingParameters
iDMDLSConnectionParameters
iExtendedResult
iFrameDecodingParameters
iFurtherModes
iImageData
iIntermediateResult
iLineSegment
iLocalizationResult
iOneDCodeDetails
iPDF417Details
iPublicRuntimeSettings
iQRCodeDetails
iQuadrilateral
iRegionDefinition
iRegionOfInterest
iSamplingImageData
iTextResult
Protocol | Description |
---|---|
DBRTextResultDelegate |
Protocol for a delegate to handle callback when text result returned. |
DBRIntermediateResultDelegate |
Protocol for a delegate to handle callback when intermediate result returned. |
DBRErrorDelegate |
Protocol for a delegate to handle callback when an error returned. |
DBRServerLicenseVerificationDelegate |
Protocol for a delegate to handle callback when license verification message returned. |
DMDLSLicenseVerificationDelegate |
Protocol for a delegate to handle callback when license verification message returned. |
EnumAccompanyingTextRecognitionMode
EnumBarcodeColourMode
EnumBarcodeComplementMode
EnumBarcodeFormat
EnumBarcodeFormat_2
EnumBinarizationMode
EnumClarityCalculationMethod
EnumClarityFilterMode
EnumColourClusteringMode
EnumColourConversionMode
EnumConflictMode
EnumDeblurMode
EnumDeformationResistingMode
EnumDMChargeWay
EnumDMLicenseModule
EnumDMUUIDGenerationMethod
EnumDPMCodeReadingMode
EnumGrayscaleTransformationMode
EnumImagePixelFormat
EnumImagePreprocessingMode
EnumIMResultDataType
EnumIntermediateResultSavingMode
EnumIntermediateResultType
EnumLocalizationMode
EnumPDFReadingMode
EnumQRCodeErrorCorrectionLevel
EnumRegionPredetectionMode
EnumResultCoordinateType
EnumResultType
EnumScaleUpMode
EnumTerminatePhase
EnumTextFilterMode
EnumTextResultOrderMode
EnumTextureDetectionMode
latest version