Gets the compression of the image file.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property Compression As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As CodecsImageInfo
Dim value As String
value = instance.Compression
|
| C# | |
|---|
public string Compression {get;} |
| C++/CLI | |
|---|
public:
property String^ Compression {
String^ get();
} |
Return Value
A
String that describes the compression method for the image file.
Example
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also