| 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.WpfAssembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.94.2704
Syntax public float Zoom { get; set; }
Public Property Zoom As Single
Get
Set
public:
property float Zoom {
float get ();
void set (float value);
}
member Zoom : float32 with get, set
/** @property */
public float get_Zoom()
/** @property */
public void set_Zoom(float value)
function get_Zoom();
function set_Zoom(value);
Property Value
SingleRemarks It's a dependency property. Please find more details here:
ZoomPropertySee Also