[DefaultValue(96)] [Category("Common")] [Description("Image vertical and horizontal resolution, in dots per inch.")] public double Resolution { get; set; }
[DefaultValue(96)] [Category("Common")] [Description("Image vertical and horizontal resolution, in dots per inch.")] public: __property double get_Resolution(); public: __property void set_Resolution(
double value
);
[DefaultValue(96)] [Category("Common")] [Description("Image vertical and horizontal resolution, in dots per inch.")] public:
property double Resolution { double get(); void set(double value); }
'Declaration <DefaultValueAttribute(96)> <CategoryAttribute("Common")> <DescriptionAttribute("Image vertical and horizontal resolution, in dots per inch.")> Public Property Resolution As Double
Property Value
Значение по умолчанию: 96 DPI.