Skip to content

Commit 14f3179

Browse files
authored
Merge pull request #852 from dynamsoft-docs/preview
update to internal commit 5951f412 for minor API reference fixes
2 parents ffed80e + b4cfa89 commit 14f3179

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

info/api/WebTwain_IO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ DWTObject.RegisterEvent('OnGetFilePath', function(isSave, filesCount, index, dir
599599

600600
## OnPostLoad
601601

602-
This event is triggered when a file from a local directory has been loaded into the control.
602+
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.
603603

604604
**Syntax**
605605

info/api/interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ interface OutputInfo {
599599
/**
600600
* Path of the image if it's transferred to the disk.
601601
*/
602-
Path?: string;
602+
path?: string;
603603
/**
604604
* Information about the image.
605605
*/

0 commit comments

Comments
 (0)