EVO HTML to PDF Converter

DocumentAddFileAttachment Method (Byte, String, String)

Winnovative Client for .NET Core Documentation
Adds an attachment with the given name and a given description from binary data to this PDF document

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient_NetCore (in WnvHtmlToPdfClient_NetCore.dll) Version: 16.0.0
Syntax

public void AddFileAttachment(
	byte[] fileData,
	string attachmentName,
	string descr
)

Parameters

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

Reference