Click or drag to resize

LinkUrlElement Class

Represents a link to an URL in PDF document.
Inheritance Hierarchy
SystemObject
  ExpertPdf.PdfCreatorPageElement
    ExpertPdf.PdfCreatorLinkUrlElement

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.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