Device.AddHyperlink

Sets the hyperlink with a URI as its target.

[Obsolete("This method has been deprecated starting from version 24.7 and will be hidden in version 24.10.")]
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