Visual Basic (Declaration) | |
---|---|
<DefaultMemberAttribute("Item")> Public Class TargetFormats Implements ICollection(Of TargetFormat), IEnumerable(Of TargetFormat), IList(Of TargetFormat), IEnumerable, IEnumerator |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As TargetFormats |
C# | |
---|---|
[DefaultMemberAttribute("Item")] public class TargetFormats : ICollection<TargetFormat>, IEnumerable<TargetFormat>, IList<TargetFormat>, IEnumerable, IEnumerator |
C++/CLI | |
---|---|
[DefaultMemberAttribute("Item")] public ref class TargetFormats : public ICollection<TargetFormat>, IEnumerable<TargetFormat>, IList<TargetFormat>, IEnumerable, IEnumerator |
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.
System.Object
Leadtools.Multimedia.TargetFormats
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7