Zoom Property
Gets or sets the zoom factor.
Syntax
'Declaration <CategoryAttribute("PDF")> <DescriptionAttribute("The zoom factor for the displayed pages")> <DefaultValueAttribute(100)> Public Property Zoom As Double
'Usage Dim instance As PDFPageView Dim value As Double instance.Zoom = value value = instance.Zoom
[Category("PDF")] [Description("The zoom factor for the displayed pages")] [DefaultValue(100)] public double Zoom {get; set;}
Property Value
The zoom factor for displaying the document's pages.Remarks
The zoom factor is given in percents. Minimum zoom factor is 10%.
Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also