Zoom to a given rectangle.

Namespace: TallComponents.Interaction.WinForms.Controls
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public void ZoomToRectangle(
	Rectangle rectangle
)
Visual Basic
Public Sub ZoomToRectangle ( _
	rectangle As Rectangle _
)

Parameters

rectangle
Type: TallComponents.Interaction..::..Rectangle
The rectangle expressed in document coordinates.

See Also