FileName Property

Summary

Gets or sets the file name used in the file transfer mode.

Syntax
C#
VB
C++
public string FileName { get; set; } 
Public Property FileName As String 
public: 
property String^ FileName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A String that specifies the file name used in the file transfer mode.

Example

Refer to DataTransfer example.

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.Twain Assembly