Adds an attachment a given file to this PDF document

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public void AddFileAttachment(
	string filePath
)
Visual Basic
Public Sub AddFileAttachment ( 
	filePath As String
)
Visual C++
public:
void AddFileAttachment(
	String^ filePath
)

Parameters

filePath
Type: System..::..String
The path to file to be attached

See Also