'Declaration <CategoryAttribute("VintaSoft")> <DefaultValueAttribute(100)> <DescriptionAttribute("The zoom of the image, in percents.")> Public Property ZoomExtended As Single
[Category("VintaSoft")] [DefaultValue(100)] [Description("The zoom of the image, in percents.")] public float ZoomExtended { get; set; }
[Category("VintaSoft")] [DefaultValue(100)] [Description("The zoom of the image, in percents.")] public: __property float get_ZoomExtended(); public: __property void set_ZoomExtended(
float value
);
[Category("VintaSoft")] [DefaultValue(100)] [Description("The zoom of the image, in percents.")] 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.