Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
TwainDataTransferProperties Structure Members
See Also  Properties  Methods 
Leadtools.Twain Namespace : TwainDataTransferProperties Structure


The following tables list the members exposed by TwainDataTransferProperties.

Public Properties

 NameDescription
Public Property AppendToFile Gets or sets flag indicates whether to append pages to the end of the file when saving a multi-page file.  
Public Property BufferedMemoryCompression Gets and set the compression to be used when having the transfer mode set to be memory.  
Public Property DumpMemoryBuffersToFile Gets 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) Empty Returns a TwainDataTransferProperties structure with default values.  
Public Property FileName Gets or sets the file name used in the file transfer mode.  
Public Property FillOrder Gets or sets indicate how bytes in the image are to be filled by the source.  
Public Property MemoryBufferSize Gets or sets the memory buffer size to be used in data transfer.  
Public Property SaveToOneFile Gets or sets flag indicates whether to save a multiple pages to a single file.  
Public Property ScanFileFormat Gets or sets the file format to use when saving the files from the TWAIN source.  
Public Property TransferMechanism Gets or sets transfer mode to be used by the TWAIN source.  
Top

Public Methods

 NameDescription
Public Method Equals (Inherited from System.ValueType)
Public Method GetHashCode (Inherited from System.ValueType)
Public Method ToString (Inherited from System.ValueType)
Top

See Also