PdfDocumentOptionsAddFileAttachment Method

Adds a file to the document's attachments. The attachment appears in the Attachments panel of PDF viewers

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public void AddFileAttachment(
	PdfFileAttachment fileAttachment
)

Parameters

fileAttachment  PdfFileAttachment
The file attachment to add

See Also