Leadtools.Windows.Annotations Namespace > AnnAudioObject Class : Uri Property |
public string Uri {get; set;}
'Declaration Public Property Uri As String
'Usage Dim instance As AnnAudioObject Dim value As String instance.Uri = value value = instance.Uri
Use the CanPlay method to determine if this AnnAudioObject has a valid WAV audio file in the Uri property.
Use the Play method to play the WAV audio file stored in the Uri property.
For C#/VB examples, refer to AnnAudioObject.