FileLinkElement Class

This class represents a link to an external file in a PDF document

Definition

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

Constructors

FileLinkElement Constructs a file link element

Properties

FilePath Gets or sets the external file path
LinkRectangle Gets or sets the file link element 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