Click or drag to resize

PdfViewerZoom Property

This property allows you to scale the PDF page. To take effect the SizeMode property should be Zoom

Namespace: Patagames.Pdf.Net.Controls.Wpf
Assembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.94.2704
Syntax
public float Zoom { get; set; }

Property Value

Single
Remarks
It's a dependency property. Please find more details here: ZoomProperty
See Also