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