Click or drag to resize

PDFViewCtrlSetZoom Method (Double)

Sets the zoom factor to a new value. The function zooms to a point at the center of the rendering buffer.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool SetZoom(
	double zoom
)

Parameters

zoom
Type: SystemDouble
new scaling component used to display the page content.

Return Value

Type: Boolean
true if successful, false otherwise.
See Also