FileLinkElement Constructor |
Constructs a file link element
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic FileLinkElement(
RectangleF linkRectangle,
string filePath
)
Public Sub New (
linkRectangle As RectangleF,
filePath As String
)
Parameters
- linkRectangle
- Type: System.DrawingRectangleF
The link rectangle in page - filePath
- Type: SystemString
The link file
See Also