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


The following tables list the members exposed by TwainTransferOptions.

Public Properties

 NameDescription
Public PropertyCompressionMode Gets or sets the compression type to use when transferring data from the current TWAIN source. This property is valid only if the TransferMode property is set to TwainTransferMode.Buffer.  
Public Propertystatic (Shared in Visual Basic)Default Returns a TwainTransferOptions structure with default values.  
Public PropertyFileFormat Gets or sets the transfer file format to use when transferring data from the current TWAIN source. This property is valid only if the TransferMode property is set to TwainTransferFile.  
Public PropertyFileName Gets or sets the file name to use when transferring data from the current TWAIN source. This property is valid only if the TransferMode property is set to TwainTransferFile.  
Public PropertyTransferMode Gets or sets the transfer mode used for transferring data from the current 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