DocumentViewer.Zoom Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the document zoom percentage.
public:
property double Zoom { double get(); void set(double value); };
public double Zoom { get; set; }
member this.Zoom : double with get, set
Public Property Zoom As Double
The zoom percentage expressed as a value, 5.0 to 5000.0. The default is 100.0, which corresponds to 100.0%.
Setting this property causes the DocumentViewer control to zoom to the specified value.
The Zoom property must be a value between 5.0 to 5000.0 (inclusive), which corresponds to a percentage range 5.0% to 5000.0%.
Actions or commands that require a layout update may change the Zoom property setting. For example, changing the value of MaxPagesAcross, calling the FitToHeight method, or invoking the FitToHeightCommand can cause the Zoom setting to change.
Item | Value |
---|---|
Identifier field | ZoomProperty |
Metadata properties set to true |
BindsTwoWayByDefault |
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: