| Visual Basic (Declaration) | |
|---|---|
Public Enum TargetFormatCompressor Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TargetFormatCompressor | |
| C# | |
|---|---|
public enum TargetFormatCompressor : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class TargetFormatCompressor : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Indeterminate | The validity of the compressor for the current format cannot be determined. |
| Invalid | The compressor is not valid for the current target format. |
| Valid | The compressor is valid for the current target format. |
System.Object
System.ValueType
System.Enum
Leadtools.Multimedia.TargetFormatCompressor
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code