VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewer Class / ZoomExtended Property
Syntax Requirements SeeAlso
In This Topic
    ZoomExtended Property (ImageViewer)
    In This Topic
    Gets or sets the zoom of the image, in percents.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(100)>
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("The zoom of the image, in percents.")>
    Public Property ZoomExtended As Single
    
    
    [DefaultValue(100)]
    [Category("VintaSoft")]
    [Description("The zoom of the image, in percents.")]
    public float ZoomExtended { get; set; }
    
    
    [DefaultValue(100)]
    [Category("VintaSoft")]
    [Description("The zoom of the image, in percents.")]
    public: __property float get_ZoomExtended();
    public: __property void set_ZoomExtended(
    float value
    );
    [DefaultValue(100)]
    [Category("VintaSoft")]
    [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.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also