Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
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 PropertyAppendToFile Gets or sets flag indicates whether to append pages to the end of the file when saving a multi-page file.  
Public PropertyBufferedMemoryCompression Gets and set the compression to be used when having the transfer mode set to be memory.  
Public PropertyDumpMemoryBuffersToFile 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 PropertyFileName Gets or sets the file name used in the file transfer mode.  
Public PropertyFillOrder Gets or sets indicate how bytes in the image are to be filled by the source.  
Public PropertyMemoryBufferSize Gets or sets the memory buffer size to be used in data transfer.  
Public PropertySaveToOneFile Gets or sets flag indicates whether to save a multiple pages to a single file.  
Public PropertyScanFileFormat Gets or sets the file format to use when saving the files from the TWAIN source.  
Public PropertyTransferMechanism Gets or sets transfer mode to be used by the TWAIN source.  
Top

Public Methods

 NameDescription
Public MethodEquals (Inherited from System.ValueType)
Public MethodGetHashCode (Inherited from System.ValueType)
Public MethodToString (Inherited from System.ValueType)
Top

See Also