Skip to content

Commit fb52008

Browse files
committed
add default convert mode
1 parent 97da3e1 commit fb52008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info/api/Addon_PDF.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ IsTextBasedPDF(path: string): boolean;
8282
``` typescript
8383
/**
8484
* Set the convert mode.
85-
* @param mode Specify the mode.
85+
* @param mode Specify the mode. The default value is 3 (Dynamsoft.EnumDWT_ConvertMode.CM_AUTO)
8686
*/
8787
SetConvertMode(mode: Dynamsoft.EnumDWT_ConvertMode | number): boolean;
8888
```

0 commit comments

Comments
 (0)