←Select platform

Uri Property

Summary

Gets or sets the uri of the WAV file of this AnnAudioObject.

Syntax

C#
VB
C++
public string Uri { get; set; } 
  
Public Property Uri As String 
public: 
property String^ Uri { 
   String^ get(); 
   void set (    String^ ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly