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