Skip to content

Commit acfdec0

Browse files
committed
Update Dynamsoft_WebTwainEnv.md
1 parent ae34e54 commit acfdec0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

info/api/Dynamsoft_WebTwainEnv.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ interface Dynamsoft.DWT {
2121
readonly ServerLinuxVersionInfo: string;
2222
readonly ServerMacVersionInfo: string;
2323
readonly ServerVersionInfo: string;
24-
   /**
25-
    * Whether to load UI related js files.
26-
    */
24+
/**
25+
* Whether to load UI related js files.
26+
*/
2727
UseDefaultViewer: boolean;
2828
/**
29-
    * Attach the callback function to the specified event.
30-
    * @param event Specify the event.
31-
    * @param callback Specify the callback.
32-
    */
29+
* Attach the callback function to the specified event.
30+
* @param event Specify the event.
31+
* @param callback Specify the callback.
32+
*/
3333
RegisterEvent(event: string, callback: (...args: any[]) => void): void;
3434
/**
3535
* Whether to create a WebTwain instance automatically.

0 commit comments

Comments
 (0)