←Select platform

FileName Property

Summary

Gets or sets the WAV file name of this AnnAudioObject.

Syntax

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

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

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

Leadtools.Annotations Assembly