The FileName Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets the file name to be used when saving
FileData to the local drive.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DocumentFileInfo
Dim value As String
instance.FileName = value
value = instance.FileName |
Property Value
A
System.String object that represents a string that need to be concatenated to the end of each file name.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also