diff --git a/info/api/WebTwain_IO.md b/info/api/WebTwain_IO.md index b6f02a52..46e55706 100644 --- a/info/api/WebTwain_IO.md +++ b/info/api/WebTwain_IO.md @@ -599,7 +599,7 @@ DWTObject.RegisterEvent('OnGetFilePath', function(isSave, filesCount, index, dir ## OnPostLoad -This event is triggered when a file from a local directory has been loaded into the control. +This event triggers upon returning from [`LoadImage()`]({{site.api}}WebTwain_IO.html#loadimage) or [`LoadImageEx()`]({{site.api}}WebTwain_IO.html#loadimageex), regardless of whether they succeed or not. **Syntax** diff --git a/info/api/interfaces.md b/info/api/interfaces.md index b76cf0b1..4b886062 100644 --- a/info/api/interfaces.md +++ b/info/api/interfaces.md @@ -599,7 +599,7 @@ interface OutputInfo { /** * Path of the image if it's transferred to the disk. */ - Path?: string; + path?: string; /** * Information about the image. */