Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
FileName Property
See Also 
Leadtools.Annotations Namespace > AnnAudioObject Class : FileName Property




Gets or sets the WAV file name of this AnnAudioObject.

Syntax

Visual Basic (Declaration) 
Public Overridable Property FileName As String
Visual Basic (Usage)Copy Code
Dim instance As AnnAudioObject
Dim value As String
 
instance.FileName = value
 
value = instance.FileName
C# 
public virtual string FileName {get; set;}
Managed Extensions for C++ 
public: __property virtual string* get_FileName();
public: __property virtual void set_FileName( 
   string* value
);
C++/CLI 
public:
virtual property String^ FileName {
   String^ get();
   void set (String^ value);
}

Return Value

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

Example

For an example, refer to 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 strored in the FileName property.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features