'Declaration <CategoryAttribute("VintaSoft")> <DescriptionAttribute("The zoom of the image, in percents.")> <DefaultValueAttribute(100)> Public Property ZoomExtended As Single
[Category("VintaSoft")] [Description("The zoom of the image, in percents.")] [DefaultValue(100)] public float ZoomExtended { get; set; }
[Category("VintaSoft")] [Description("The zoom of the image, in percents.")] [DefaultValue(100)] public: __property float get_ZoomExtended(); public: __property void set_ZoomExtended(
float value
);
[Category("VintaSoft")] [Description("The zoom of the image, in percents.")] [DefaultValue(100)] public:
property float ZoomExtended { float get(); void set(float value); }
Property Value
Valid values are from 0.01 to 1000000.
Default value is 100.
Default value is 100.