Click or drag to resize

LinkUrlElement Class

Represents a link to an URL in PDF document.
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdf.PdfDocumentPageElement
    ExpertPdf.HtmlToPdf.PdfDocumentLinkUrlElement

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public class LinkUrlElement : PageElement

The LinkUrlElement type exposes the following members.

Constructors
  NameDescription
Public methodLinkUrlElement
Constructs a URL link element
Top
Properties
  NameDescription
Public propertyLinkRectangle
Gets or sets the link rectangle in page
Public propertyLinkURL
Gets or sets the link destination URL
Top
See Also