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



The CaptureSubTypes object contains a collection of common video capture subtypes supported by the current video device.

Object Model

CaptureSubTypes ClassCaptureSubType Class

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
Public Class CaptureSubTypes 
   Implements IEnumerable(Of CaptureSubType)IEnumerableIEnumerator 
Visual Basic (Usage)Copy Code
Dim instance As CaptureSubTypes
C# 
[DefaultMemberAttribute("Item")]
public class CaptureSubTypes : IEnumerable<CaptureSubType>IEnumerableIEnumerator  
C++/CLI 
[DefaultMemberAttribute("Item")]
public ref class CaptureSubTypes : public IEnumerable<CaptureSubType>IEnumerableIEnumerator  

Remarks

The CaptureSubTypes object contains a collection of common video capture subtypes supported by the current video device. The CaptureCtrl object uses the collection to enumerate and select subtypes. An CaptureSubTypes object is not externally creatable and is only obtained through the CaptureCtrl.VideoCaptureSubTypes property.

Inheritance Hierarchy

System.Object
   Leadtools.Multimedia.CaptureSubTypes

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