'Declaration <DefaultValueAttribute(70)> <DescriptionAttribute("The image quality if the JPEG compression is used.")> Public Property JpegQuality As System.Int32
[DefaultValue(70)] [Description("The image quality if the JPEG compression is used.")] public System.Int32 JpegQuality { get; set; }
[DefaultValue(70)] [Description("The image quality if the JPEG compression is used.")] public: __property System.Int32 get_JpegQuality(); public: __property void set_JpegQuality(
System.Int32 value
);
[DefaultValue(70)] [Description("The image quality if the JPEG compression is used.")] public:
property System.Int32 JpegQuality { System.Int32 get(); void set(System.Int32 value); }
Property Value
Значение по умолчанию - 90.