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



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

Object Model

TargetFormats ClassTargetFormat Class

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
Public Class TargetFormats 
   Implements ICollection(Of TargetFormat)IEnumerable(Of TargetFormat)IList(Of TargetFormat)IEnumerableIEnumerator 
Visual Basic (Usage)Copy Code
Dim instance As TargetFormats

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.

Inheritance Hierarchy

System.Object
   Leadtools.Multimedia.TargetFormats

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