EVO PDF Logo

DocumentAddFileAttachment Method (Byte, String)

EVO PDF Client for .NET Framework
Adds an attachment with the given name from binary data to this PDF document

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient (in EvoPdfClient.dll) Version: 10.0.0.0 (10.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