'Declaration <DescriptionAttribute("The compression rate for the image.")> <DefaultValueAttribute(20)> Public Property CompressionRatio As Double
[Description("The compression rate for the image.")] [DefaultValue(20)] public double CompressionRatio { get; set; }
[Description("The compression rate for the image.")] [DefaultValue(20)] public: __property double get_CompressionRatio(); public: __property void set_CompressionRatio(
double value
);
[Description("The compression rate for the image.")] [DefaultValue(20)] public:
property double CompressionRatio { double get(); void set(double value); }
Property Value
Действительные значения больше или равны 1,0. Значение по умолчанию - 20,0.