Leadtools TWAIN (Leadtools.Twain assembly)

FileName Property (TwainDataTransferProperties)

Show in webframe





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 System.String that specifies the file name used in the file transfer mode.
Example
Refer to TwainProperties.DataTransfer example.
Requirements

Target Platforms

See Also

Reference

TwainDataTransferProperties Structure
TwainDataTransferProperties Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.