'Declaration <DescriptionAttribute("The ZIP compression level. 0 - no compression, 1 - best speed, 9 - best compression.")> <DefaultValueAttribute(6)> Public Property ZipCompressionLevel As System.Int32
[Description("The ZIP compression level. 0 - no compression, 1 - best speed, 9 - best compression.")] [DefaultValue(6)] public System.Int32 ZipCompressionLevel { get; set; }
[Description("The ZIP compression level. 0 - no compression, 1 - best speed, 9 - best compression.")] [DefaultValue(6)] public: __property System.Int32 get_ZipCompressionLevel(); public: __property void set_ZipCompressionLevel(
System.Int32 value
);
[Description("The ZIP compression level. 0 - no compression, 1 - best speed, 9 - best compression.")] [DefaultValue(6)] public:
property System.Int32 ZipCompressionLevel { System.Int32 get(); void set(System.Int32 value); }
Property Value
Возможные значения: от 0 до 9.
0 - без сжатия, 1 - наилучшая скорость, 9 - наилучшее сжатие.
Значение по умолчанию - 6.
0 - без сжатия, 1 - наилучшая скорость, 9 - наилучшее сжатие.
Значение по умолчанию - 6.