Create a new link annotation.

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

Syntax

C#
public Link(
	PointF p1,
	PointF p2
)
Visual Basic
Public Sub New ( _
	p1 As PointF, _
	p2 As PointF _
)

Parameters

p1
Type: System.Drawing..::..PointF
First corner in page space.
p2
Type: System.Drawing..::..PointF
Second corner in page space.

See Also