LEADTOOLS WIA (Leadtools.Wia assembly)
LEAD Technologies, Inc

FilesPaths Property






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 List<string> FilesPaths {get;}
 get_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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.