LEADTOOLS WIA (Leadtools.Wia assembly)

FilesPaths Property

Show in webframe





Gets a String collection that contains the saved file path(s) when performing a file transfer.
Syntax
public List<string> FilesPaths {get;}
'Declaration
 
Public ReadOnly Property FilesPaths As List(Of String)
'Usage
 
Dim instance As WiaSession
Dim value As List(Of String)
 
value = instance.FilesPaths

            

            
public:
property List<String^>^ FilesPaths {
   List<String^>^ get();
}

Property Value

A String collection that contains the saved file path(s) when performing a file transfer.
Remarks
Gets a String collection that contains the saved file path(s) when performing a file transfer.
Example
For an example, refer to WiaSession.AcquireToFile.
Requirements

Target Platforms

See Also

Reference

WiaSession Class
WiaSession Members
Startup Method
Shutdown Method
Acquire Method
AcquireToFile Method
AcquireSimple Method

 

 


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