EVO HTML to PDF Converter

DocumentAddFileAttachment Method (Byte, String)

EVO PDF Client for Universal Windows Platform Documentation
Adds an attachment with the given name from binary data to this PDF document

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient_UWP (in EvoHtmlToPdfClient_UWP.dll) Version: 9.0.0.0 (9.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