SoDataCompressorGetCompressionFormatName Method |
Returns the name of the compression algorithm used by this class.
Namespace: OIV.LDM.CompressorsAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic string GetCompressionFormatName()
Public Function GetCompressionFormatName As String
public:
String^ GetCompressionFormatName()
member GetCompressionFormatName : unit -> string
Return Value
Type:
StringA String containing the name of the compression.
RemarksThis is the name the user will pass to the "-c" option of the converter, so it should be something simple and clear.
See Also