'Declaration <DefaultValueAttribute(96)> <CategoryAttribute("Common")> <DescriptionAttribute("Image vertical and horizontal resolution, in dots per inch.")> Public Property Resolution As Double
[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); }
Property Value
Default value is 96 DPI.