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: 2023.1.3.0 (2023.1.3)
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