VintaSoft Imaging .NET SDK 15.1: 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

<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; }

Property Value

Valid values are from 0.01 to 1000000.
Default value is 100.
Requirements

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

See Also