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
RectangleFThe link rectangle in page
linkURL
stringThe link destination URL
Properties
LinkRectangle
Gets or sets the URL link element rectangle in PDF page
public RectangleF LinkRectangle { get; set; }
Property Value
LinkURL
Gets or sets the link destination URL
public string LinkURL { get; set; }