ZoomMode Property (PDFPageView)
Gets or sets the current zoom mode.
Syntax
'Declaration <CategoryAttribute("PDF")> <DescriptionAttribute("The zoom mode for the displayed pages")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property ZoomMode As PDFZoomMode
'Usage Dim instance As PDFPageView Dim value As PDFZoomMode instance.ZoomMode = value value = instance.ZoomMode
[Category("PDF")] [Description("The zoom mode for the displayed pages")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public PDFZoomMode ZoomMode {get; set;}
Property Value
The zoom mode for displaying the current page.Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also