Click or drag to resize
FileAttachmentElement Constructor (String)
Creates a file attachment and link in page to the attachment

Namespace: ExpertPdf.PdfCreator
Assembly: ExpertPdf.PdfCreator (in ExpertPdf.PdfCreator.dll) Version: 11.0.0
Syntax
public FileAttachmentElement(
	string filePath
)

Parameters

filePath
Type: SystemString
The path to file to be attached
See Also