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

Show in webframe

InputName Property






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 QueryFileSystem example.
Requirements

Target Platforms

See Also

Reference

TwainFileSystem Class
TwainFileSystem Members

Error processing SSI file