You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/DynamsoftCore.h
+39-25Lines changed: 39 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
#ifndef __DYNAMSOFT_CORE_H__
2
2
#define__DYNAMSOFT_CORE_H__
3
3
4
-
#defineDYNAMSOFT_CORE_VERSION"2.0.0.0508"
4
+
#defineDYNAMSOFT_CORE_VERSION"2.0.1.0929"
5
5
6
6
/**Successful. */
7
7
#defineDM_OK0
@@ -81,17 +81,20 @@
81
81
#defineDMERR_GET_MODE_ARGUMENT_ERROR -10055
82
82
83
83
/**No content has been detected.*/
84
-
#defineDDN_CONTENT_NOT_FOUND -10056
84
+
#defineDDNERR_CONTENT_NOT_FOUND -50001
85
85
86
86
/*The quardrilateral is invalid*/
87
-
#defineDDN_QUADRILATERAL_INVALID -10057
87
+
#defineDMERR_QUADRILATERAL_INVALID -10057
88
88
89
89
/**Failed to save file.*/
90
90
#defineDMERR_FILE_SAVE_FAILED -10058
91
91
92
92
/**The stage type is invalid.*/
93
93
#defineDMERR_STAGE_TYPE_INVALID -10059
94
94
95
+
/**The image orientation is invalid.*/
96
+
#defineDMERR_IMAGE_ORIENTATION_INVALID -10060
97
+
95
98
#ifndef _COMMON_PART1_
96
99
#define_COMMON_PART1_
97
100
@@ -390,13 +393,13 @@ typedef enum BarcodeFormat
390
393
{
391
394
/**All supported formats in BarcodeFormat group 1*/
392
395
#if defined(_WIN32) || defined(_WIN64)
393
-
BF_ALL = 0xFE1FFFFF,
396
+
BF_ALL = 0xFE3FFFFF,
394
397
#else
395
-
BF_ALL = -31457281,
398
+
BF_ALL = -29360129,
396
399
#endif
397
400
398
-
/**Combined value of BF_CODABAR, BF_CODE_128, BF_CODE_39, BF_CODE_39_Extended, BF_CODE_93, BF_EAN_13, BF_EAN_8, INDUSTRIAL_25, BF_ITF, BF_UPC_A, BF_UPC_E, BF_MSI_CODE; */
399
-
BF_ONED = 0x001007FF,
401
+
/**Combined value of BF_CODABAR, BF_CODE_128, BF_CODE_39, BF_CODE_39_Extended, BF_CODE_93, BF_EAN_13, BF_EAN_8, INDUSTRIAL_25, BF_ITF, BF_UPC_A, BF_UPC_E, BF_MSI_CODE ,BF_ONED; */
402
+
BF_ONED = 0x003007FF,
400
403
401
404
/**Combined value of BF_GS1_DATABAR_OMNIDIRECTIONAL, BF_GS1_DATABAR_TRUNCATED, BF_GS1_DATABAR_STACKED, BF_GS1_DATABAR_STACKED_OMNIDIRECTIONAL, BF_GS1_DATABAR_EXPANDED, BF_GS1_DATABAR_EXPANDED_STACKED, BF_GS1_DATABAR_LIMITED*/
0 commit comments