←Select platform

FileFormat Property

Summary

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

C#
VB
C++
public RasterImageFormat FileFormat { get; set; } 
Public Property FileFormat As Leadtools.RasterImageFormat 
public: 
property Leadtools.RasterImageFormat FileFormat { 
   Leadtools.RasterImageFormat get(); 
   void set (    Leadtools.RasterImageFormat ); 
} 

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 TransferOptions property. To set the file format, assign a new value to this property and call the TransferOptions property.

Example

For an example, refer to TransferOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly