Click or drag to resize
FileLinkElement Class
Represents a link to an external file
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdf.PdfDocumentPageElement
    ExpertPdf.HtmlToPdf.PdfDocumentFileLinkElement

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public class FileLinkElement : PageElement

The FileLinkElement type exposes the following members.

Constructors
  NameDescription
Public methodFileLinkElement
Constructs a file link element
Top
Properties
  NameDescription
Public propertyFilePath
Gets or sets the external file path
Public propertyLinkRectangle
Gets or sets the link rectangle in page
Top
See Also