←Select platform

FileName Property

Summary

Gets or sets the video file name of this AnnVideoObject.

Syntax

C#
VB
C++
public virtual string FileName { get; set; } 
  
Public Overridable Property FileName As String 
public: 
virtual property String^ FileName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A string value that specifies the video file name of this AnnVideoObject.

Remarks

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.

Example

For an example, refer to AnnVideoObject

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