Skip to main content
All docs
V26.1
  • SecureZipPolicy.ResourceLimits.MaxTotalCompressionRatio Property

    Gets the maximum allowed cumulative ratio between total uncompressed to total compressed sizes across the entire archive.

    Namespace: DevExpress.Utils.Zip

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public double MaxTotalCompressionRatio { get; }

    Property Value

    Type Description
    Double

    The maximum total compression ratio. Default: 250.

    See Also