Leadtools TWAIN (Leadtools.Twain assembly)

InputName Property

Show in webframe





Gets or sets a string that specifies the name of the input or source file.
Syntax
public string InputName {get; set;}
'Declaration
 
Public Property InputName As String
'Usage
 
Dim instance As TwainFileSystem
Dim value As String
 
instance.InputName = value
 
value = instance.InputName

            

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

Property Value

A string that specifies the name of the input or source file.
Example
Refer to TwainSession.QueryFileSystem example.
Requirements

Target Platforms

See Also

Reference

TwainFileSystem Class
TwainFileSystem Members

 

 


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