Click or drag to resize
SoConverterParametersSetCompressionName Method

Set compression name.

Namespace: OIV.LDM.Converters
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool SetCompressionName(
	string compressionName
)

Parameters

compressionName
Type: SystemString

Return Value

Type: Boolean
Remarks

Like the -c command line argument. See also OIV.LDM.Converters.SoConverterParameters.SetCompressionLevel(System.Int32). The following compression types are currently supported:.

Returns true if parameter is valid, else returns false.

See Also