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
)
Public Function SetZoom (
zoom As Double
) As Boolean
public:
virtual bool SetZoom(
[InAttribute] double zoom
) sealed
Parameters
- zoom
- Type: SystemDouble
new scaling component used to display the page content.
Return Value
Type:
Booleantrue if successful, false otherwise.
See Also