LEADTOOLS Annotations (Leadtools.Annotations assembly)

FileName Property (AnnAudioObject)

Show in webframe





Gets or sets the WAV file name of this AnnAudioObject.
Syntax
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

            

            
public:
virtual property String^ FileName {
   String^ get();
   void set (    String^ value);
}

Property Value

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

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.

Example
For an example, refer to AnnAudioObject
Requirements

Target Platforms

See Also

Reference

AnnAudioObject Class
AnnAudioObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.