←Select platform

AnnVideoRunDesigner Class

Summary

This class extends AnnRunDesigner to provide functionality for running an AnnVideoObject on an annotation container.

Syntax

C#
VB
C++
[SerializableAttribute()] 
public class AnnVideoRunDesigner : AnnRunDesigner 
  
<SerializableAttribute()> 
Public Class AnnVideoRunDesigner  
   Inherits Leadtools.Annotations.AnnRunDesigner 
[SerializableAttribute()] 
public ref class AnnVideoRunDesigner : public Leadtools.Annotations.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 FileName 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 FileName. 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.

LEADTOOLS Annotations uses the LEADTOOLS Multimedia for .NET toolkit to render video files and Leadtools.Multimedia must be present on the machine. For more information, refer to Introduction to LEADTOOLS Multimedia for .NET.

For more information about the video annotation object refer to AnnVideoObject (Deprecated).

For more information about the automated annotation video object, refer to Annotation Objects - Automated Features (Deprecated) and Automated Annotations - Video Tab (Deprecated).

Example

For an example, refer to AnnRunDesigner.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly