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



Values that specify the validity of a compressor for the selected target format.

Syntax

Visual Basic (Declaration) 
Public Enum TargetFormatCompressor 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As TargetFormatCompressor
C# 
public enum TargetFormatCompressor : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class TargetFormatCompressor : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
IndeterminateThe validity of the compressor for the current format cannot be determined.
InvalidThe compressor is not valid for the current target format.
ValidThe compressor is valid for the current target format.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Multimedia.TargetFormatCompressor

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