LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
WMT_Version Enumeration
See Also  
Leadtools.Multimedia Namespace : WMT_Version Enumeration



Values that define supported SDK versions.

Syntax

Visual Basic (Declaration) 
Public Enum WMT_Version 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As WMT_Version
C# 
public enum WMT_Version : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class WMT_Version : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
V4The profile was/should be created using Version 4 of the media format SDK.
V7The profile was/should be created using Version 7 of the media format SDK.
V8The profile was/should be created using Version 8.2 of the media format SDK.
V9The profile was/should be created using Version 9 of the media format SDK.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.WMT_Version

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also