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





Gets or sets the WAV file name of this AnnAudioObject.

Syntax

Visual Basic (Declaration) 
Public 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 string FileName {get; set;}
C++/CLI 
public:
property String^ FileName {
   String^ get();
   void set (String^ value);
}
XAML Attributes Usage 

<object FileName=string .../>

Dependencies Property Information 

Identifier field

FileNameProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object FileName=string .../>

Dependencies Property Information 

Identifier field

FileNameProperty

Metadata properties set to true

None

Return Value

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

Example

For C#/VB examples, 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 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

FileName requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.