nStatusCode
This is the status code for the browse operation. This indicates success or failure when browsing for files and generating thumbnails.
This can be any of the following
Value |
Meaning |
0 |
Success. |
BROWSE_LOADING |
[2] Indicates the file is being loaded |
BROWSE_SKIPPED |
[3] Indicates the file was skipped because it exceeded the specified size range |
BROWSE_PRELOAD |
[4] Indicates that LEADTOOLS has found a file and is about to determine the file format and attempt to create a thumbnail for it. If you want to avoid the internal processing overhead, you can set the SkipFile to false, which will cause LEADTOOLS to skip the file. |
any other value |
An error occurred. Refer to Error Codes. |