Skip to content

Commit ed2bd88

Browse files
authored
Update WebTwain_Acquire.md
1 parent b8e9d94 commit ed2bd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info/api/WebTwain_Acquire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4417,7 +4417,7 @@ TransferMode: Dynamsoft.DWT.EnumDWT_TransferMode | number;
44174417
Allowed values are
44184418

44194419
- TWSX_NATIVE | 0: The default mode. In this mode, the whole image is transfered in a single memory block.
4420-
- TWSX_FILE | 1: In this mode, the image is transfered to a specified file on the disk directly. This mode is ideal when transferring large images that might encounter memory limitations with Native mode. Check out [SetFileXferInfo](#SetFileXferInfo) for more information.
4420+
- TWSX_FILE | 1: In this mode, the image is transfered to a specified file on the disk directly. This mode is ideal when transferring large images that might encounter memory limitations with Native mode. Check out [SetFileXferInfo](#setfilexferinfo) for more information.
44214421
- TWSX_MEMORY | 2: In this mode, the image is transferred in multiple memory blocks. It's ideal for transferring very large images or a large number of images in a short time.
44224422

44234423
TWSX_NATIVE and TWSX_MEMORY are required by all TWAIN data sources while TWSX_FILE is not. Therefore, make sure the data source supports TWSX_FILE before you use it.

0 commit comments

Comments
 (0)