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