The Stop Method is available in LEADTOOLS Document and Medical Imaging toolkits.
Stops the play of the WAV file stored in the FileName property of this AnnAudioObject.Visual Basic (Declaration) | |
---|---|
Public Overridable Sub Stop() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnAudioObject instance.Stop() |
C# | |
---|---|
public virtual void Stop() |
C++/CLI | |
---|---|
public: virtual void Stop(); |
For an example refer to AnnAudioObject.
This method will stop audio play if the AnnAudioObject is currently playing its associated WAV file FileName, If the AnnAudioObject is not playing its WAV file, this method does nothing.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7