PdfFileLink Class

A link to an external file in PDF document

Definition

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

Constructors

PdfFileLink Creates a file link object to add to PDF document

Properties

FilePath The file path
LinkRectangle The file 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