LEADTOOLS Annotations (Leadtools.Annotations assembly)

FileName Property (AnnVideoObject)

Show in webframe





Gets or sets the video file name of this AnnVideoObject.
Syntax
public virtual string FileName {get; set;}
'Declaration
 
Public Overridable Property FileName As String
'Usage
 
Dim instance As AnnVideoObject
Dim value As String
 
instance.FileName = value
 
value = instance.FileName

            

            
public:
virtual property String^ FileName {
   String^ get();
   void set (    String^ value);
}

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

See Also

Reference

AnnVideoObject Class
AnnVideoObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.