Namespace: Spire.PdfViewer.Forms
Assembly: Spire.PdfViewer.Forms (in Spire.PdfViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("This property may be removed in the future,please use the property of PdfDocumentViewer.ZoomFactor.")]
public float ZoomFator { get; }
<ObsoleteAttribute("This property may be removed in the future,please use the property of PdfDocumentViewer.ZoomFactor.")> 
Public ReadOnly Property ZoomFator As Single
	Get
public:
[ObsoleteAttribute(L"This property may be removed in the future,please use the property of PdfDocumentViewer.ZoomFactor.")]
property float ZoomFator {
	float get ();
}
[<ObsoleteAttribute("This property may be removed in the future,please use the property of PdfDocumentViewer.ZoomFactor.")>]
member ZoomFator : float32 with get

Property Value

Single

See Also