←Select platform

TargetDevices Class

Summary

The TargetDevices class contains a collection of registered output devices.

Syntax

C#
VB
C++
[DefaultMemberAttribute("Item")] 
public class TargetDevices : IEnumerable<TargetDevice>, IEnumerable, IDisposable 
<DefaultMemberAttribute("Item")> 
Public Class TargetDevices  
   Implements System.Collections.Generic.IEnumerable(Of TargetDevice), System.Collections.IEnumerable, System.IDisposable  
[DefaultMemberAttribute("Item")] 
public ref class TargetDevices : public System.Collections.Generic.IEnumerable<TargetDevice>, System.Collections.IEnumerable, System.IDisposable   

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly