FilesPaths Property

Summary

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

Syntax
C#
VB
C++
public List<string> FilesPaths { get; } 
  
Public ReadOnly Property FilesPaths As List(Of String) 
public: 
property List<String^>^ FilesPaths { 
   List<String^>^ get(); 
} 

Property Value

A String collection that contains the saved file path(s) to be used when performing a file transfer.

Remarks

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

Example

For an example, refer to WiaSession.AcquireToFile.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly