LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
AnnVideoRunDesigner Class
See Also  Members  
Leadtools.Windows.Annotations Namespace : AnnVideoRunDesigner Class



This class extends AnnRunDesigner to provide functionality for running an AnnVideoObject on an annotation container. Supported in Silverlight, Windows Phone 7

Object Model

AnnVideoRunDesigner ClassAnnContainer ClassAnnObject Class

Syntax

Visual Basic (Declaration) 
Public Class AnnVideoRunDesigner 
   Inherits AnnRunDesigner
Visual Basic (Usage)Copy Code
Dim instance As AnnVideoRunDesigner
C# 
public class AnnVideoRunDesigner : AnnRunDesigner 
C++/CLI 
public ref class AnnVideoRunDesigner : public AnnRunDesigner 

Example

For C#/VB examples, refer to AnnRunDesigner.

Remarks

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 AnnImageObject.Picture value.

The AnnVideoObject class inherits the the AnnImageObject class and accesses the common AnnImageObject.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.

Inheritance Hierarchy

System.Object
   Leadtools.Windows.Annotations.AnnDesigner
      Leadtools.Windows.Annotations.AnnRunDesigner
         Leadtools.Windows.Annotations.AnnVideoRunDesigner

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

AnnVideoRunDesigner requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.