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:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.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