Leadtools.Windows.Annotations Namespace > AnnAutomation Class : PlayAudio Method |
public virtual void PlayAudio()
'Declaration Public Overridable Sub PlayAudio()
'Usage Dim instance As AnnAutomation instance.PlayAudio()
public: virtual void PlayAudio();
AnnAutomation can play one or more AnnAudioObject if they are currently in edit mode (selected) and the value of the CanPlay property is true.
Use the CanPlayAudio property to determine whether you can call this method.