Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

FileFormat Property (TwainTransferOptions)






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.
Syntax
public RasterImageFormat FileFormat {get; set;}
'Declaration
 
Public Property FileFormat As RasterImageFormat
'Usage
 
Dim instance As TwainTransferOptions
Dim value As RasterImageFormat
 
instance.FileFormat = value
 
value = instance.FileFormat
public RasterImageFormat FileFormat {get; set;}
 get_FileFormat();
set_FileFormat(value);
public:
property RasterImageFormat FileFormat {
   RasterImageFormat get();
   void set (    RasterImageFormat value);
}

Property Value

The transfer file format to be used when the transfer mode is file.
Remarks
To update this property with the current value, call the TwainSession.TransferOptions property.
To set the file format, assign a new value to this property and call the TwainSession.TransferOptions property.
Example
For an example, refer to TwainSession.TransferOptions.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TwainTransferOptions Structure
TwainTransferOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.