Namespace: Spire.DocViewer.Drawing
Assembly: Spire.DocViewer.Forms (in Spire.DocViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.4020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
void ZoomTo(
	int percentage
)
Sub ZoomTo ( 
	percentage As Integer
)
void ZoomTo(
	int percentage
)
abstract ZoomTo : 
        percentage : int -> unit 

Parameters

percentage
Int32

See Also