LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

Uri Property (AnnAudioObject)






Gets or sets the uri of the WAV file of this AnnAudioObject. .NET support Silverlight support
Syntax
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
public string Uri {get; set;}
 get_Uri();
set_Uri(value);
public:
property String^ Uri {
   String^ get();
   void set (    String^ value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnAudioObject Class
AnnAudioObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.