'Declaration <DefaultValueAttribute(0)> <DescriptionAttribute("The minimum size, in megapixels, of image when the zoom buffer is used.")> <CategoryAttribute("VintaSoft")> Public Property MinImageSizeWhenZoomBufferUsed As Single
[DefaultValue(0)] [Description("The minimum size, in megapixels, of image when the zoom buffer is used.")] [Category("VintaSoft")] public float MinImageSizeWhenZoomBufferUsed { get; set; }
[DefaultValue(0)] [Description("The minimum size, in megapixels, of image when the zoom buffer is used.")] [Category("VintaSoft")] public: __property float get_MinImageSizeWhenZoomBufferUsed(); public: __property void set_MinImageSizeWhenZoomBufferUsed(
float value
);
[DefaultValue(0)] [Description("The minimum size, in megapixels, of image when the zoom buffer is used.")] [Category("VintaSoft")] public:
property float MinImageSizeWhenZoomBufferUsed { float get(); void set(float value); }
Property Value
Default value is 0 Megapixels.