Click or drag to resize

FileLinkElement Constructor

Constructs a file link element

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public FileLinkElement(
	RectangleF linkRectangle,
	string filePath
)

Parameters

linkRectangle  RectangleF
The link rectangle in page
filePath  String
The link file
See Also