Click or drag to resize

IMcImageSet2ConvertImageSet Method

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Function ConvertImageSet ( 
	vType As Object,
	<OptionalAttribute> Region As McImageSetRegion,
	Optional ConversionFlags As mcImageConversionFlags = mcImageConversionFlags.mcicfScale,
	<OptionalAttribute> vSourceRange As Object,
	<OptionalAttribute> vDestinationRange As Object,
	Optional ApplyBestFit As Boolean = true
) As McImageSet

Parameters

vType
Type: SystemObject
Region (Optional)
Type: MediaCy.IQL.SetsMcImageSetRegion
ConversionFlags (Optional)
Type: MediaCy.IQL.EnginemcImageConversionFlags
vSourceRange (Optional)
Type: SystemObject
vDestinationRange (Optional)
Type: SystemObject
ApplyBestFit (Optional)
Type: SystemBoolean

Return Value

Type: McImageSet
See Also