EVO HTML to PDF Converter

DocumentAddFileAttachment Method (Byte, String)

Winnovative Client for .NET Documentation
Adds an attachment with the given name from binary data 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(
	byte[] fileData,
	string attachmentName
)

Parameters

fileData
Type: SystemByte
The file data
attachmentName
Type: SystemString
A name for attachment
See Also

Reference