PDF Viewer Control for .NET Windows Forms Documentation

PdfViewerSetViewRect Method

PDF Viewer Control for .NET Windows Forms
Sets the view rectangle according to the specified coordinates.

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

public void SetViewRect(
	float left,
	float top,
	float width,
	float height
)

Parameters

left
Type: SystemSingle
The upper left horizontal coordinate.
top
Type: SystemSingle
The vertical coordinate in the upper left corner.
width
Type: SystemSingle
The horizontal width of the rectangle.
height
Type: SystemSingle
The vertical height of the rectangle.
See Also

Reference