LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
IndexMode Property
See Also 
Leadtools.Multimedia Namespace > ConvertCtrl Class : IndexMode Property



Gets or sets the index mode enabled state.

Syntax

Visual Basic (Declaration) 
Public Overridable Property IndexMode As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ConvertCtrl
Dim value As Boolean
 
instance.IndexMode = value
 
value = instance.IndexMode
C# 
public virtual bool IndexMode {get; set;}
C++/CLI 
public:
virtual property bool IndexMode {
   bool get();
   void set (    bool value);
}

Property Value

true if the index mode is enabled; false, otherwise.

Remarks

This property controls the index mode used when writing WMV format video. For more information, refer to the Microsoft documentation for IConfigAsfWriter.SetIndexMode

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