'Declaration <CategoryAttribute("VintaSoft")> <DescriptionAttribute("The zoom of the image.")> <DefaultValueAttribute(100)> Public Property Zoom As System.Int32
[Category("VintaSoft")] [Description("The zoom of the image.")] [DefaultValue(100)] public System.Int32 Zoom { get; set; }
[Category("VintaSoft")] [Description("The zoom of the image.")] [DefaultValue(100)] public: __property System.Int32 get_Zoom(); public: __property void set_Zoom(
System.Int32 value
);
[Category("VintaSoft")] [Description("The zoom of the image.")] [DefaultValue(100)] public:
property System.Int32 Zoom { System.Int32 get(); void set(System.Int32 value); }
Property Value
Valid values are from 1 to 1000. Default value is 100.