The FileName Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the WAV file name of this AnnAudioObject.Visual Basic (Declaration) | |
---|---|
Public Overridable Property FileName As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnAudioObject Dim value As String instance.FileName = value value = instance.FileName |
C# | |
---|---|
public virtual string FileName {get; set;} |
Property Value
A string value that specifies the WAV file name of this AnnAudioObject.For an example, refer to AnnAudioObject
Use the CanPlay method to determine if this AnnAudioObject has a value WAV audio file in the FileName property.
Use the Play method to play the WAV audio file strored in the FileName property.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7