File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ The properties and methods on this page live in the namespace {WebTwainObject}.
2323| [ ` GetImageXResolution() ` ] ( #getimagexresolution ) | [ ` GetImageYResolution() ` ] ( #getimageyresolution ) | [ ` GetSkewAngle() ` ] ( #getskewangle ) | [ ` GetSkewAngleEx() ` ] ( #getskewangleex ) |
2424| [ ` ImageIDToIndex() ` ] ( #imageidtoindex ) | [ ` IndexToImageID() ` ] ( #indextoimageid ) | [ ` IsBlankImage() ` ] ( #isblankimage ) | [ ` IsBlankImageExpress() ` ] ( #isblankimageexpress ) |
2525| [ ` SelectAllImages() ` ] ( #selectallimages ) | [ ` MoveImage() ` ] ( #moveimage ) | [ ` SwitchImage() ` ] ( #switchimage ) | [ ` RemoveImage() ` ] ( #removeimage ) |
26- | [ ` RemoveAllImages() ` ] ( #removeallimages ) | [ ` RemoveAllSelectedImages() ` ] ( #removeallselectedimages ) | [ ` SelectImages() ` ] ( #selectimages ) | [ ` GetTagListByIndex() ` ] ( #gettaglistbyindex ) | [ ` CreateDocument() ` ] ( #createdocument ) | [ ` OpenDocument() ` ] ( #opendocument ) | [ ` GetCurrentDocumentName() ` ] ( #getcurrentdocumentname ) | [ ` RenameDocument() ` ] ( #renamedocument ) | [ ` RemoveDocument() ` ] ( #removedocument ) | [ ` GetDocumentInfoList() ` ] ( #getdocumentinfolist ) |
26+ | [ ` RemoveAllImages() ` ] ( #removeallimages ) | [ ` RemoveAllSelectedImages() ` ] ( #removeallselectedimages ) | [ ` SelectImages() ` ] ( #selectimages ) | [ ` GetTagListByIndex() ` ] ( #gettaglistbyindex ) |
27+ | [ ` CreateDocument() ` ] ( #createdocument ) | [ ` OpenDocument() ` ] ( #opendocument ) | [ ` GetCurrentDocumentName() ` ] ( #getcurrentdocumentname ) | [ ` RenameDocument() ` ] ( #renamedocument ) |
28+ | [ ` RemoveDocument() ` ] ( #removedocument ) | [ ` GetDocumentInfoList() ` ] ( #getdocumentinfolist ) |
2729
2830
2931<!-- * [GetImageBitDepthAsync()](#getimagebitdepthasync)-->
Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ Dynamsoft.DWT.CreateDWTObjectEx(
7070 DWObject .Viewer .width = 500 ;
7171 DWObject .Viewer .height = 600 ;
7272 DWObject .Viewer .show ();
73- }
74- }, function (errorCode , errorString ) {
73+ },
74+ function (errorCode , errorString ) {
7575 console .log (errorString);
7676 });
7777```
You can’t perform that action at this time.
0 commit comments