DocumentAddFileAttachment(Byte, String, String) Method
Adds an attachment with the given name and a given description from binary data to this PDF document
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public void AddFileAttachment(
byte[] fileData,
string attachmentName,
string descr
)
Public Sub AddFileAttachment (
fileData As Byte(),
attachmentName As String,
descr As String
)
Parameters
- fileData Byte
- The file data
- attachmentName String
- A name for attachment
- descr String
- The attachment description