EVO HTML to PDF Converter

DocumentAddFileAttachment Method (String, String)

Winnovative Client for .NET Documentation
Adds an attachment a given file and given description to this PDF document

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public void AddFileAttachment(
	string filePath,
	string descr
)

Parameters

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

Reference