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


"

For a list of all members of this type, see TwainTransferOptions members.

"

Public Properties

 NameDescription
public Property CompressionModeGets 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) DefaultReturns a TwainTransferOptions structure with default values.  
public Property FileFormatGets 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 Property FileNameGets 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 Property TransferModeGets or sets the transfer mode used for transferring data from the current TWAIN source.  
Top

See Also