Add

PdfAttachmentCollection.Add method

Adds an attachment to the PdfContent.

public void Add(byte[] fileContent, string name, string description)
Parameter Type Description
fileContent Byte[] The content of the file to be attached.
name String The name of the file.
description String The description of the file.

See Also