Table of Contents

Class LinkUrlElement

Namespace
EvoPdf
Assembly
evohtmltopdf.dll

This class represents a link to an URL in a PDF document.

[ClassInterface(ClassInterfaceType.AutoDual)]
public class LinkUrlElement : PageElement
Inheritance
LinkUrlElement
Inherited Members

Constructors

LinkUrlElement(RectangleF, string)

Constructs a URL link element

public LinkUrlElement(RectangleF linkRectangle, string linkURL)

Parameters

linkRectangle RectangleF

The link rectangle in page

linkURL string

The link destination URL

Properties

LinkRectangle

Gets or sets the URL link element rectangle in PDF page

public RectangleF LinkRectangle { get; set; }

Property Value

RectangleF

LinkURL

Gets or sets the link destination URL

public string LinkURL { get; set; }

Property Value

string