Skip to content

Commit 76dfe60

Browse files
committed
add missing functions which also trigger OnPostLoad
1 parent 9e2f464 commit 76dfe60

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

_articles/info/api/WebTwain_IO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ DWTObject.RegisterEvent("OnGetFilePath", function (isSave, filesCount, index, di
527527
This event is triggered when a file is loaded in the following cases:
528528

529529
- A file is dragged and dropped into the viewer
530+
- A file is loaded using [`LoadImageFromBase64Binary()`](/_articles/info/api/WebTwain_IO.md#loadimagefrombase64binary) or [`LoadImageFromBinary()`](/_articles/info/api/WebTwain_IO.md#loadimagefrombinary)
530531
- A local file is loaded using [`LoadImage()`](/_articles/info/api/WebTwain_IO.md#loadimage) or [`LoadImageEx()`](/_articles/info/api/WebTwain_IO.md#loadimageex)
531532
- A remote file is downloaded using network methods like [`HTTPDownload()`](/_articles/info/api/WebTwain_IO.md#httpdownload)
532533

0 commit comments

Comments
 (0)