Set the current zoom ratio (effective in FitMode.FitZoom mode)
Namespace:
ComPDFKitViewer
Assembly:
ComPDFKit.Viewer (in ComPDFKit.Viewer.dll) Version: 2.2.0.0 (2.2.0.0)
Syntaxpublic bool SetZoom(
double zoom
)
Parameters
- zoom
- Type: SystemDouble
Zoom factor, 1 is standard size
Return Value
Type:
Boolean
true means setting success, false means setting failure (zoom factor is less than 0)
See Also