Device.AddHyperlink

Sets the hyperlink with a URI as its target.

public abstract void AddHyperlink(RectangleF activeRect, Pen border, string targetUri)
ParameterTypeDescription
activeRectRectangleFThe active rectangle of the link.
borderPenThe link border.
targetUriStringThe target URI.

See Also