←Select platform

FilesPaths Property

Summary

Gets a String collection that contains the saved file path(s) 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) 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly