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