PDF Viewer Control for .NET Windows Forms Documentation

PdfViewerSetZoomScroll Method

PDF Viewer Control for .NET Windows Forms
Sets the magnification according to the specified value, and scrolls the page view both horizontally and vertically according to the specified amounts.

Namespace:  PdfViewer4WinNet
Assembly:  PdfViewerWinNet (in PdfViewerWinNet.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void SetZoomScroll(
	float percent,
	float left,
	float top
)

Parameters

percent
Type: SystemSingle
The desired zoom factor, expressed as a percentage (for example, 1.0 represents a magnification of 100%).
left
Type: SystemSingle
The horizontal coordinate positioned at the left edge.
top
Type: SystemSingle
The vertical coordinate positioned at the top edge.
See Also

Reference