Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

FileName Property (TwainDataTransferProperties)






Gets or sets the file name used in the file transfer mode.
Syntax
public string FileName {get; set;}
'Declaration
 
Public Property FileName As String
'Usage
 
Dim instance As TwainDataTransferProperties
Dim value As String
 
instance.FileName = value
 
value = instance.FileName
public:
property String^ FileName {
   String^ get();
   void set (    String^ value);
}

Property Value

A String that specifies the file name used in the file transfer mode.
Example
Refer to DataTransfer example.
Requirements

Target Platforms

See Also

Reference

TwainDataTransferProperties Structure
TwainDataTransferProperties Members

Error processing SSI file