Skip to content

Commit 8465440

Browse files
authored
Merge pull request #882 from dynamsoft-docs/preview
Preview
2 parents dbd43bb + 986751a commit 8465440

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

faq/general-troubleshooting-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ permalink: /faq/general-troubleshooting-steps.html
4242
- On macOS, the log files are in `Go > Applications > Dynamsoft > DynamsoftServicex64_{versionnumber} > {installed version No.} > log`
4343
- On Linux, the log files are in `/opt/dynamsoft/DynamsoftServicex64_{versionnumber}/log`
4444

45-
5. Set log level back to the default value (0) to disable the debugger mode, otherwise the operation speed will be affected.
45+
5. **Please remember to either remove the "LogLevel" entry from the "DSConfiguration.ini" file or set `DWTObject.LogLevel` back to its default value (0) to disable the debugger mode**. Otherwise the operation speed will be affected.

faq/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,6 @@ permalink: /faq/
387387
## Licensing and Purchase
388388

389389
<ol>
390-
<li><a href="{{site.faq}}difference-in-service-and-webassembly-editions.html">What's the difference between the Desktop Service Edition and WebAssembly Edition?</a></li>
391-
392390
<li><a href="{{site.faq}}is-internet-connectivity-required.html">Is internet connectivity required to use all licenses?</a></li>
393391

394392
<li><a href="{{site.faq}}does-per-server-allow-unlimited.html">Does the per-server license allow unlimited number of client devices and end users?</a></li>

info/api/interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ interface ThumbnailViewer {
11001100
* Invalid property value' will be reported when the specified value type is wrong or the parameter name is spelled incorrectly.
11011101
* number in pixels, string in percentage
11021102
*/
1103-
margin: number | string;
1103+
pageMargin: number | string;
11041104
/**
11051105
* Set the background of the entire thumbnail viewer. The default value is white.
11061106
* 'Invalid property value' will be reported when the specified value type is wrong or the parameter name is spelled incorrectly.

0 commit comments

Comments
 (0)