PDF Viewer Control for .NET 2.0 Windows Forms
SetViewRect Method (left, top, width, height)
NamespacesPdfViewer4WinNetPdfViewerSetViewRect(Single, Single, Single, Single)
Sets the view rectangle according to the specified coordinates.
Declaration Syntax
C#Visual BasicVisual C++
public void SetViewRect(
	float left,
	float top,
	float width,
	float height
)
Public Sub SetViewRect ( _
	left As Single, _
	top As Single, _
	width As Single, _
	height As Single _
)
public:
void SetViewRect(
	float left, 
	float top, 
	float width, 
	float height
)
Parameters
left (Single)
The upper left horizontal coordinate.
top (Single)
The vertical coordinate in the upper left corner.
width (Single)
The horizontal width of the rectangle.
height (Single)
The vertical height of the rectangle.

Assembly: PdfViewer4WinNet (Module: PdfViewer4WinNet) Version: 2.0.3167.22351 (2.0.0.0)