The FileName Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the file name used to load a file from or save a file to disk.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As FileBinaryData
Dim value As String
instance.FileName = value
value = instance.FileName |
Property Value
A
System.String that specifies the file name used in loading and saving.
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