Link Constructor

Initializes a new instance of the Link class.

public Link(float x, float y, float width, float height, Action action)
Public Sub New (x As Single, y As Single, width As Single, height As Single, action As Action)

Parameters

x
Single

X coordinate of the link.

y
Single

Y coordinate of the link.

width
Single

Width of the link.

height
Single

Height of the link.

action
Action

Action or destination of the link.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

Link
ceTe.DynamicPDF.PageElements

In this topic