Skip to main content
A newer version of this page is available. .

PdfViewer.ZoomFactor Property

Specifies the document zoom factor.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v18.2.dll

Declaration

public float ZoomFactor { get; set; }

Property Value

Type Description
Single

A Single value, specifying the document zoom factor (as a percentage).

Remarks

Use the ZoomFactor property to specify a document zoom factor when the PdfViewer.ZoomMode property is set to Custom.

The minimum and maximum values of the ZoomFactor property are defined by the PdfViewer.MinZoomFactor and PdfViewer.MaxZoomFactor property values respectively.

See Also