LinkUrlElement Class

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

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public class LinkUrlElement : PageElement
Inheritance
Object    PageElement    LinkUrlElement

Constructors

LinkUrlElement Constructs a URL link element

Properties

LinkRectangle Gets or sets the URL link element rectangle in PDF page
LinkURL Gets or sets the link destination URL

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also