DataTransfer property (ILEADRasterTwain)
ILTDataTransfer * DataTransfer | |
Overview |
Refer to Getting and Setting Capabilities. |
Remarks
(Read Only) Gets the image data transfer properties for the current data source.
This ILTDataTransfer object contains the following properties:
BufferMemoryCompression property
EnableDumpMemoryBuffersToFile property
EnableSaveMultipageFile property
The above properties are updated by calling the GetProperties method.
The DataTransfer property itself is read only. However, the properties accessed by this property can be set with new data transfer values. To set these values to the TWAIN driver, call the SetProperties method.
See Also