C#
VB
C++
Gets a value indicating whether this AnnAudioObject object can play its WAV file.
public virtual bool CanPlay { get; }
Public Overridable ReadOnly Property CanPlay As Boolean
public:
virtual property bool CanPlay {
bool get();
}
true if this AnnAudioObject can play its WAV file; false otherwise.
This property will determine:
This property will not determine whether the path specified by FileName contains a valid WAV file.
For an example refer to AnnAudioObject.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET