Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

Stop Method






Stops the play of the WAV file stored in the FileName property of this AnnAudioObject.
Syntax
public virtual void Stop()
'Declaration
 
Public Overridable Sub Stop() 
'Usage
 
Dim instance As AnnAudioObject
 
instance.Stop()

            

            
public:
virtual void Stop(); 
Remarks
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.
Example
For an example refer to AnnAudioObject.
Requirements

Target Platforms

See Also

Reference

AnnAudioObject Class
AnnAudioObject Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)