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