Leadtools TWAIN (Leadtools.Twain assembly)

FileName Property (TwainTransferOptions)

Show in webframe





Gets 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.
Syntax
public string FileName {get; set;}
'Declaration
 
Public Property FileName As String
'Usage
 
Dim instance As TwainTransferOptions
Dim value As String
 
instance.FileName = value
 
value = instance.FileName

            

            
public:
property String^ FileName {
   String^ get();
   void set (    String^ value);
}

Property Value

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.
Remarks
Gets 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.
To update this property with the current value, call the TwainSession.TransferOptions property.
To set the file name, assign a new value to this property and call the TwainSession.TransferOptions property.
Example
For an example, refer to TwainSession.TransferOptions.
Requirements

Target Platforms

See Also

Reference

TwainTransferOptions Structure
TwainTransferOptions Members

 

 


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