←Select platform

FileName Property

Summary

Gets or sets the filename.

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 System.String that specifies the filename.

Remarks

This member is only valid when the WiaTransferMode value is File.

Example

Refer to WiaSession.AcquireToFile example.

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