Adds an attachment a given file and given description to this PDF document

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

Syntax

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

Parameters

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

See Also