←Select platform

TargetFormats Class

Summary

The TargetFormats collection object contains predefined and user defined target formats.

Syntax

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

Remarks

The TargetFormats collection object contains predefined and user defined target formats. The CaptureCtrl and ConvertCtrl objects use the collection to enumerate and select target formats. The TargetFormats object is not externally creatable and is only obtained through the parent object.

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