Click or drag to resize
SoDataCompressorGetCompressionFormatName Method

Returns the name of the compression algorithm used by this class.

Namespace: OIV.LDM.Compressors
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public string GetCompressionFormatName()

Return Value

Type: String

A String containing the name of the compression.

Remarks

This is the name the user will pass to the "-c" option of the converter, so it should be something simple and clear.

See Also