DocumentViewer.Zoom Property

Definition

Gets or sets the document zoom percentage.

C#
public double Zoom { get; set; }

Property Value

The zoom percentage expressed as a value, 5.0 to 5000.0. The default is 100.0, which corresponds to 100.0%.

Remarks

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.

Dependency Property Information

Item Value
Identifier field ZoomProperty
Metadata properties set to true BindsTwoWayByDefault

Applies to

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

See also