Enum TwainTransferMode
The transfer mode to use for TWAIN.
public enum TwainTransferMode
Fields
Memory = 0
Transfers the image in strips. Recommended.
Native = 1
Transfers the entire image at once. This may fail with very high-resolution images if they exceed the memory limits of the 32-bit worker.