LEADTOOLS Annotations (Leadtools.Annotations assembly)

CanPlay Property

Show in webframe





Gets a value indicating whether this AnnAudioObject object can play its WAV file.
Syntax
public virtual bool CanPlay {get;}
'Declaration
 
Public Overridable ReadOnly Property CanPlay As Boolean
'Usage
 
Dim instance As AnnAudioObject
Dim value As Boolean
 
value = instance.CanPlay

            

            
public:
virtual property bool CanPlay {
   bool get();
}

Property Value

true if this AnnAudioObject can play its WAV file; false otherwise.
Remarks
This property will determine: This property will not determine whether the path specified by FileName contains a valid WAV file.
Example
For an example refer to AnnAudioObject.
Requirements

Target Platforms

See Also

Reference

AnnAudioObject Class
AnnAudioObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.