PdfUrlLink Class

A link to an URL in PDF document

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class PdfUrlLink : PdfObject
Inheritance
Object    PdfObject    PdfUrlLink

Constructors

PdfUrlLink Creates an URL link object to add to PDF document

Properties

LinkRectangle The URL link rectangle in PDF page
Url 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