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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.