Leadtools TWAIN (Leadtools.Twain assembly)

OutputName Property

Show in webframe





Gets or sets a string that specifies the result of an operation or the name of a destination file.
Syntax
public string OutputName {get; set;}
'Declaration
 
Public Property OutputName As String
'Usage
 
Dim instance As TwainFileSystem
Dim value As String
 
instance.OutputName = value
 
value = instance.OutputName

            

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

Property Value

A string that specifies the result of an operation or the name of a destination 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.