Class StoreSettings
Configures the Store (no compression) method used when data must remain byte‑identical while still participating in archive processing.
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 StoreSettings : CompressionSettings, INotifyPropertyChanged
Constructors
StoreSettings()
Creates settings for the Stored method (disables compression while retaining metadata handling).
Declaration
public StoreSettings()