Click or drag to resize

PhysicalParserCompressionAlgorithm Property

Gets or sets the compression algorithm used by the PQDIF file.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public CompressionAlgorithm CompressionAlgorithm { get; set; }
View Source

Property Value

CompressionAlgorithm
Exceptions
ExceptionCondition
NotSupportedExceptionPKZIP compression has been deprecated by the standard and is not supported by this parser.
See Also