Error processing SSI file
LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

Uri Property (AnnAudioObject)






Gets or sets the uri of the WAV file of this AnnAudioObject.
Syntax
public string Uri {get; set;}
public:
property String^ Uri {
   String^ get();
   void set (    String^ value);
}
'Declaration
 
Public Property Uri As String
 
'Usage
 
Dim instance As AnnAudioObject
Dim value As String
 
instance.Uri = value
 
value = instance.Uri

Property Value

A string value that specifies the uri of the WAV file of this AnnAudioObject.
Remarks

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.

Example

For C#/VB examples, refer to AnnAudioObject.

Requirements

Target Platforms

See Also

Reference

AnnAudioObject Class
AnnAudioObject Members

Error processing SSI file
   Leadtools.Windows.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features