DocumentAddFileAttachment(Byte, String, String) Method

Adds an attachment with the given name and a given description from binary data to this PDF document

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public void AddFileAttachment(
	byte[] fileData,
	string attachmentName,
	string descr
)

Parameters

fileData  Byte
The file data
attachmentName  String
A name for attachment
descr  String
The attachment description

See Also