'Declaration <DefaultValueAttribute(6)> <DescriptionAttribute("The ZIP compression level. 0 - no compression, 1 - best speed, 9 - best compression.")> Public Property ZipCompressionLevel As System.Int32
[DefaultValue(6)] [Description("The ZIP compression level. 0 - no compression, 1 - best speed, 9 - best compression.")] public System.Int32 ZipCompressionLevel { get; set; }
[DefaultValue(6)] [Description("The ZIP compression level. 0 - no compression, 1 - best speed, 9 - best compression.")] public: __property System.Int32 get_ZipCompressionLevel(); public: __property void set_ZipCompressionLevel(
System.Int32 value
);
[DefaultValue(6)] [Description("The ZIP compression level. 0 - no compression, 1 - best speed, 9 - best compression.")] 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.