Description
Gets/Sets the compression used for this image file.
-
Property type
-
A Long value.
-
Syntax
-
object.Compression [= value]
The Compression Property syntax has these parts: |
| object | An expression evaluating to an object of type McStream. | | value | A Long value. | Remarks
For most file formats, the mcscCompression enumerated values may be used. For the AVI format, the FOURCC value of the compression codec is used. See the Windows Documentation for the list of these values.
|