Zoom PDF document

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 method may be removed in the future,please use the property of PdfDocumentViewer.ZoomFactor.")]
public void ZoomTo(
	int percentage
)
<ObsoleteAttribute("This method may be removed in the future,please use the property of PdfDocumentViewer.ZoomFactor.")> 
Public Sub ZoomTo ( 
	percentage As Integer
)
public:
[ObsoleteAttribute(L"This method may be removed in the future,please use the property of PdfDocumentViewer.ZoomFactor.")]
virtual void ZoomTo(
	int percentage
) sealed
[<ObsoleteAttribute("This method may be removed in the future,please use the property of PdfDocumentViewer.ZoomFactor.")>]
abstract ZoomTo : 
        percentage : int -> unit 
[<ObsoleteAttribute("This method may be removed in the future,please use the property of PdfDocumentViewer.ZoomFactor.")>]
override ZoomTo : 
        percentage : int -> unit 

Parameters

percentage
Int32
Zoom percentage

Implements

IPdfDocumentViewer..::..ZoomTo(Int32)

See Also