PDF Viewer Control for .NET 2.0 Windows Forms
SetZoomScroll Method (percent, left, top)
NamespacesPdfViewer4WinNetPdfViewerSetZoomScroll(Single, Single, Single)
Sets the magnification according to the specified value, and scrolls the page view both horizontally and vertically according to the specified amounts.
Declaration Syntax
C#Visual BasicVisual C++
public void SetZoomScroll(
	float percent,
	float left,
	float top
)
Public Sub SetZoomScroll ( _
	percent As Single, _
	left As Single, _
	top As Single _
)
public:
void SetZoomScroll(
	float percent, 
	float left, 
	float top
)
Parameters
percent (Single)
The desired zoom factor, expressed as a percentage (for example, 1.0 represents a magnification of 100%).
left (Single)
The horizontal coordinate positioned at the left edge.
top (Single)
The vertical coordinate positioned at the top edge.

Assembly: PdfViewerWinNet (Module: PdfViewerWinNet) Version: 3.0.0.33756 (3.0.0.0)