1+ <!DOCTYPE html>
2+ < html lang ="en-US ">
3+
4+ {%- include head.html -%}
5+ {%- assign noTitleIndex = "" -%}
6+ {%- if page.noTitleIndex or page.url contains 'release-notes' -%}
7+ {%- assign noTitleIndex = "noTitleIndex" -%}
8+ {%- endif -%}
9+ < body >
10+ < div class ="headWrapper ">
11+ {%- include page_header.html -%}
12+ </ div >
13+ {%- include dcvNav.html -%}
14+ < div class ="sideBarIcon "> < i class ="fa fa-list " style ="margin-right: 5px; "> </ i > Table of contents</ div >
15+ < div class ="container " id ="categoryMenuTree ">
16+ < div class ="row ">
17+ < div class ="sideBar col-xs-12 col-md-3 hide-xs hide-sm ">
18+ < div id ="sideBarCnt ">
19+ < div class ="docSearchPart " style ="margin-top: 30px; ">
20+ < input id ="txtSearch " class ="search " type ="text ">
21+ </ div >
22+ < div class ="mainPage ">
23+ < ul id ="fullTreeMenuListContainer " name ="listLevel1 ">
24+ </ ul >
25+ </ div >
26+ </ div >
27+ </ div >
28+ < div class ="docContainer col-xs-12 col-md-9 ">
29+ < div id ="docHead " class ="head row hide-xs hide-sm ">
30+ {%- include main-page-head.html -%}
31+ </ div >
32+ < div class ="main row showRightSideMenu " id ="articleContent " data-needh3 ="{{page.needGenerateH3Content}} ">
33+ < div class ="content markdown-body headCounter {{noTitleIndex}} col-xs-12 col-md-12 col-lg-9 col-xl-10 showRightSideMenu " style ="margin-bottom: 20px; ">
34+ < div class ="dbrThanksDownloading ">
35+ < p class ="thanksDownloadTitle "> Thanks for downloading Dynamsoft Barcode Reader < span class ="editionName "> </ span > Package!</ p >
36+ < p style ="margin-bottom: 0; "> Your download will start shortly. If your download does not begin, < a class ="bluelink downloadlink " href =""> click here to retry</ a > .</ p >
37+ </ div >
38+ {{ content }}
39+
40+ </ div >
41+ < div class ="rightSideMenu col-xs-12 col-md-12 col-lg-3 col-xl-2 hide-md hide-sm hide-xs showRightSideMenu ">
42+ < div id ="compatibleInfo ">
43+ < p > This page is compatible for:</ p >
44+ < p class ="compatibleCurVersion "> Version 7.5.0</ p >
45+ </ div >
46+ < div id ="feedbackFooter " style ="color: #306877; ">
47+ < p class ="fontOswald "> Is this page helpful? </ p >
48+ < a href ="javascript:void(0) " style ="color: #306877; " class ="recordLink smileLink " onclick ="UsefulRecord(true) "> < img class ="icon-smile " src ="{{ site.smile_icon }} " alt ="Yes " /> Yes</ a >
49+ < a href ="javascript:void(0) " style ="color: #306877; " class ="recordLink sadLink " onclick ="UsefulRecord(false) "> < img class ="icon-sad " src ="{{ site.sad_icon }} " alt ="No " /> No</ a >
50+ </ div >
51+ < hr /> {%- if page.needAutoGenerateSidebar -%}
52+ < p class ="fontOswald " style ="color: #306877; "> In this article: </ p >
53+ < div id ="AutoGenerateSidebar "> </ div >
54+ {%- endif -%}
55+ </ div >
56+ </ div >
57+ < div class ="main row " style ="display: none; background: #f5f5f5; " id ="loadingContent ">
58+ < div class ="loading " id ="loadingLogin ">
59+ < div class ="lds-ring "> < div > </ div > < div > </ div > < div > </ div > < div > </ div > </ div >
60+ </ div >
61+ </ div >
62+ </ div >
63+ </ div >
64+ </ div >
65+ < div class ="history list " id ="categoryMenuTree_history ">
66+ < div class ="container ">
67+ < div class ="col-xs-12 ">
68+ {%- include liquid_autoGenerateHistoryList.html -%} {%- include auto-version-list.html -%}
69+ </ div >
70+ </ div >
71+ </ div >
72+ < div id ="footerWrapper ">
73+ {%- include page_footer.html -%}
74+ </ div >
75+
76+ < iframe id ="sideBarIframe " src ="{{site.firstLevelUrl}}/Hide_Tree_Page.html " allow ="" height ="0 " frameborder ="0 "> </ iframe >
77+ < script type ="text/javascript ">
78+ anchors . add ( ) ;
79+ </ script >
80+
81+
82+ < script type ="text/javascript ">
83+ UrlReplace ( ) ;
84+ </ script >
85+
86+ < script type ="text/javascript ">
87+ FullTreeMenuList ( '{{page.needAutoGenerateSidebar}}' , '{{page.needGenerateH3Content}}' , '{{page.pageStartVer}}' , '{{site.useVersionTree}}' ) ;
88+ </ script >
89+
90+ {%- include livehelp.html -%}
91+
92+
93+ <!-- for dcv -->
94+ < script type ="text/javascript ">
95+ $ ( document ) . ready ( function ( ) {
96+
97+ $ ( '#txtSearch' ) . keydown ( function ( e ) {
98+ if ( e . keyCode == 13 ) {
99+ let lang = getCurrentUrlLang ( document . URL , true )
100+ if ( ! lang || lang == '' ) {
101+ window . location . href = '/capture-vision2/search.html?q=' + $ ( '#txtSearch' ) . val ( ) ;
102+ } else if ( lang == 'android' || lang == 'objectivec-swift' ) {
103+ window . location . href = '/capture-vision2/search.html?refinement=mobile_native_app&q=' + $ ( '#txtSearch' ) . val ( ) ;
104+ } else if ( lang == 'javascript' ) {
105+ window . location . href = '/capture-vision2/search.html?refinement=javascript_web&q=' + $ ( '#txtSearch' ) . val ( ) ;
106+ } else if ( lang == 'cplusplus' || lang == 'c' ) {
107+ window . location . href = '/capture-vision2/search.html?refinement=c/c++&q=' + $ ( '#txtSearch' ) . val ( ) ;
108+ } else if ( lang == 'java' ) {
109+ window . location . href = '/capture-vision2/search.html?refinement=java&q=' + $ ( '#txtSearch' ) . val ( ) ;
110+ } else if ( lang == 'dotnet' ) {
111+ window . location . href = '/capture-vision2/search.html?refinement=.net&q=' + $ ( '#txtSearch' ) . val ( ) ;
112+ } else {
113+ window . location . href = '/capture-vision2/search.html?q=' + $ ( '#txtSearch' ) . val ( ) ;
114+ }
115+ }
116+ } )
117+ } )
118+ </ script >
119+
120+ <!-- Google Tag Manager -->
121+ < noscript > < iframe src ="https://www.googletagmanager.com/ns.html?id=GTM-538F83 "
122+ height ="0 " width ="0 " style ="display:none;visibility:hidden "> </ iframe > </ noscript >
123+ < script > ( function ( w , d , s , l , i ) { w [ l ] = w [ l ] || [ ] ; w [ l ] . push ( { 'gtm.start' :
124+ new Date ( ) . getTime ( ) , event :'gtm.js' } ) ; var f = d . getElementsByTagName ( s ) [ 0 ] ,
125+ j = d . createElement ( s ) , dl = l != 'dataLayer' ?'&l=' + l :'' ; j . async = true ; j . src =
126+ '//www.googletagmanager.com/gtm.js?id=' + i + dl ; f . parentNode . insertBefore ( j , f ) ;
127+ } ) ( window , document , 'script' , 'dataLayer' , 'GTM-538F83' ) ; </ script >
128+ <!-- End Google Tag Manager -->
129+ </ body >
130+
131+ </ html >
0 commit comments