LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

FileName Property (AnnAudioObject)






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 string FileName {get; set;}
 get_FileName();
set_FileName(value);
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: 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.