Leadtools TWAIN (Leadtools.Twain assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
TwainDataTransferProperties Structure Members
See Also  Properties 
Leadtools.Twain Namespace : TwainDataTransferProperties Structure


The following tables list the members exposed by TwainDataTransferProperties.

Public Properties

 NameDescription
public Property AppendToFileGets or sets flag indicates whether to append pages to the end of the file when saving a multi-page file.  
public Property BufferedMemoryCompressionGets and set the compression to be used when having the transfer mode set to be memory.  
public Property DumpMemoryBuffersToFileGets or sets flag indicates whether to use the file name specified in FileName property to dump the memory buffers received from the scanner.  
public Propertystatic (Shared in Visual Basic) EmptyReturns a TwainDataTransferProperties structure with default values.  
public Property FileNameGets or sets the file name used in the file transfer mode.  
public Property FillOrderGets or sets indicate how bytes in the image are to be filled by the source.  
public Property MemoryBufferSizeGets or sets the memory buffer size to be used in data transfer.  
public Property SaveToOneFileGets or sets flag indicates whether to save a multiple pages to a single file.  
public Property ScanFileFormatGets or sets the file format to use when saving the files from the TWAIN source.  
public Property TransferMechanismGets or sets transfer mode to be used by the TWAIN source.  
Top

See Also