EnableHTTPCompression

SaveOptions.EnableHTTPCompression property

Indicates if http compression is to be used in user’s IIS.

[Obsolete("Use Workbook.Save(System.Web.HttpResponse, string, ContentDisposition, SaveOptions, bool) method instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool EnableHTTPCompression { get; set; }

Remarks

Please specify this property to true if http compression is used.

See Also