PdfViewer.MinZoomFactor Property
In This Article
Gets or sets the minimum zoom factor. This is a bindable property.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public double MinZoomFactor { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Double | 0. |
The minimum zoom factor. |
#Remarks
For more information about zoom operations in the PDF viewer, refer to the following section: PDF Viewer - Zoom the Document.
See Also