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



The TargetDevices class contains a collection of registered output devices.

Object Model

TargetDevices ClassTargetDevice Class

Syntax

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

Remarks

The TargetDevices class contains a collection of registered output devices. The CaptureCtrl and ConvertCtrl classes use the collection to enumerate and select target devices.

Inheritance Hierarchy

System.Object
   Leadtools.Multimedia.TargetDevices

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