Class CompressionSettings
Base class for the compression settings.
Inheritance
System.Object
CompressionSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Zip
Assembly: Telerik.Windows.Zip.dll
Syntax
public class CompressionSettings : INotifyPropertyChanged
Constructors
CompressionSettings()
Declaration
public CompressionSettings()
Properties
Method
Gets or sets compression method.
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
|