Leadtools.Annotations Namespace > AnnAudioObject Class : FileName Property |
public virtual string FileName {get; set;}
'Declaration Public Overridable Property FileName As String
'Usage Dim instance As AnnAudioObject Dim value As String instance.FileName = value value = instance.FileName
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 stored in the FileName property.