C#
VB
C++
Gets a value indicating whether this AnnVideoObject object can play its video file.
public virtual bool CanPlay { get; }
Public Overridable ReadOnly Property CanPlay As Boolean
public:
virtual property bool CanPlay {
bool get();
}
true if this AnnVideoObject can play its video file; false otherwise.
This property will determine:
This property will not determine whether the path specified by Uri contains a valid video file.
For C#/VB examples, refer to AnnVideoObject.
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