File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments