Click or drag to resize

IMcStreamCompression Property

Gets/Sets the compression used for this image file.

Namespace:  MediaCy.IQL.IO
Assembly:  MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
Syntax
VB
Property Compression As Integer
	Get
	Set

Property Value

Type: Int32
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.
See Also