FileAttachmentElement Constructor (String) |
Creates a file attachment and link in page to the attachment
Namespace:
ExpertPdf.HtmlToPdf.PdfDocument
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public FileAttachmentElement(
string filePath
)
Public Sub New (
filePath As String
)
Parameters
- filePath
- Type: SystemString
The path to file to be attached
See Also