'Declaration <CategoryAttribute("Common")> <DescriptionAttribute("Image vertical and horizontal resolution, in dots per inch.")> <DefaultValueAttribute(96)> Public Property Resolution As Double
[Category("Common")] [Description("Image vertical and horizontal resolution, in dots per inch.")] [DefaultValue(96)] public double Resolution { get; set; }
[Category("Common")] [Description("Image vertical and horizontal resolution, in dots per inch.")] [DefaultValue(96)] public: __property double get_Resolution(); public: __property void set_Resolution(
double value
);
[Category("Common")] [Description("Image vertical and horizontal resolution, in dots per inch.")] [DefaultValue(96)] public:
property double Resolution { double get(); void set(double value); }
Property Value
Default value is 96 DPI.