ClassStoreSettings
Class
Configures the Store (no compression) method used when data must remain byte‑identical while still participating in archive processing.
Definition
Namespace:Telerik.Windows.Zip
Assembly:Telerik.Windows.Zip.dll
Syntax:
cs-api-definition
public class StoreSettings : CompressionSettings, INotifyPropertyChanged
Inheritance: objectCompressionSettingsStoreSettings
Implements:
Inherited Members
Constructors
StoreSettings()
Creates settings for the Stored method (disables compression while retaining metadata handling).
Declaration
cs-api-definition
public StoreSettings()