ClassCompressionSettings
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:
cs-api-definition
public abstract class CompressionSettings : INotifyPropertyChanged
Inheritance: objectCompressionSettings
Derived Classes:
Implements:
Constructors
CompressionSettings()
Initializes a new instance of the CompressionSettings class with default compression settings.
Declaration
cs-api-definition
protected CompressionSettings()
Properties
Method
Gets or sets the compression algorithm applied when processing the stream or archive entry.
Declaration
cs-api-definition
public CompressionMethod Method { get; protected set; }
Property Value
Methods
OnPropertyChanged(string)
Called when property value is changed.
Declaration
cs-api-definition
protected void OnPropertyChanged(string propertyName)
Parameters
propertyName
Property name.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements