Leadtools.Wia Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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();
}

Return 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 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also