This class extends AnnRunDesigner to provide functionality for running an AnnVideoObject on an annotation container.
public class AnnVideoRunDesigner : AnnRunDesigner
Public Class AnnVideoRunDesigner
Inherits Leadtools.Windows.Annotations.AnnRunDesigner
public ref class AnnVideoRunDesigner : public Leadtools.Windows.Annotations.AnnRunDesigner
The video annotation object is a scaled image that can be activated to play a video clip. The video file path is stored in the Uri property, so the video data itself is not stored in this object, only the physical path. In run mode, when this video object is clicked, the framework will try to locate and then play the video file stored in Uri. This object will use the default image of a video icon. To change this default image, change the Picture value.
The AnnVideoObject class inherits the AnnImageObject class and accesses the common Picture property mentioned above through this inheritance.
For more information about the video annotation object refer to AnnVideoObject for WPF
For more information about the automated annotation video object, refer to WPF Annotation Objects - Automated Features and WPF Automated Annotations - Video Tab.
For C#/VB examples, refer to AnnRunDesigner.
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