LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
FilesPaths Property
See Also 
Leadtools.Wia Namespace > WiaSession Class : FilesPaths Property



Gets a String collection that contains the saved file path(s) when performing a file transfer.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property FilesPaths As List(Of String)
Visual Basic (Usage)Copy Code
Dim instance As WiaSession
Dim value As List(Of String)
 
value = instance.FilesPaths
C# 
public List<string> FilesPaths {get;}
C++/CLI 
public:
property List<String^>^ FilesPaths {
   List<String^>^ get();
}

Property Value

(Read only) A String collection that contains the saved file path(s) when performing a file transfer.

Example

For an example, refer to WiaSession.AcquireToFile.

Remarks

Gets a String collection that contains the saved file path(s) when performing a file transfer.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also