| Visual Basic (Declaration) | |
|---|---|
Public Property FileName As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string FileName {get; set;} | |
Return Value
A String that specifies the filename.Refer to WiaSession.AcquireToFile example.
This member is only valid when the WiaTransferMode value is File.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
Copy Code