Description

Sets the ImageType for the output files of Convert or Store

Property type

A Variant value.  

Syntax

object.OutputImageType [= value]

The OutputImageType Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McFiles.
valueA Variant value.

Remarks

If the OutputImageType is set, Source Files are read, converted to this type, and then Written out to their destination. An error may occur if the Write Stream is not compatible with this ImageType. For example, having an OutputImageType of Float and then saving as JPEG will result in an error since JPEG only supports integer data.