SoDataCompressorSetCompressionLevel Method |
Sets the compression level.
Namespace: OIV.LDM.CompressorsAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetCompressionLevel(
ulong level
)
Public Sub SetCompressionLevel (
level As ULong
)
public:
void SetCompressionLevel(
unsigned long long level
)
member SetCompressionLevel :
level : uint64 -> unit
Parameters
- level
- Type: SystemUInt64
the level of the compression used. Valid compression levels are specific to the compression algorithm.
Remarks See Also