DeflateSettings
Class
Configures Deflate compression, specifying compression level and header format for streams or ZIP entries.
Definition
Namespace:Telerik.Windows.Zip
Assembly:Telerik.Windows.Zip.dll
Syntax:
C#
public class DeflateSettings : CompressionSettings, INotifyPropertyChanged
Inheritance: objectCompressionSettingsDeflateSettings
Implements:
Inherited Members
Constructors
Creates a settings object preconfigured for Deflate with optimal level and ZLIB header.
C#
public DeflateSettings()
Properties
Gets or sets the Deflate algorithm compression level, influencing speed versus size.
C#
public CompressionLevel CompressionLevel { get; set; }
Gets or sets the wrapping header emitted for standalone Deflate streams (suppressed for ZIP entries).
C#
public CompressedStreamHeader HeaderType { get; set; }