Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion info/api/WebTwain_IO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
2 changes: 1 addition & 1 deletion info/api/interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down