CompressionSettings
Class
Base settings container for a compression method; specialized subclasses add algorithm‑specific parameters.
Definition
Namespace:Telerik.Windows.Zip
Assembly:Telerik.Windows.Zip.dll
Syntax:
C#
public abstract class CompressionSettings : INotifyPropertyChanged
Inheritance: objectCompressionSettings
Derived Classes:
Implements:
Constructors
Initializes a new instance of the CompressionSettings class with default compression settings.
C#
protected CompressionSettings()
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements:
Methods
Called when property value is changed.
C#
protected void OnPropertyChanged(string propertyName)
Property name.
Properties
Gets or sets the compression algorithm applied when processing the stream or archive entry.
C#
public CompressionMethod Method { get; protected set; }