PdfInternalLink Class

An internal link in the PDF document

Definition

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

Constructors

PdfInternalLink Creates an internal link object to add to PDF document

Properties

Destination The internal link destination in PDF document
LinkRectangle The internal link rectangle in PDF page

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