PdfEditorAddFileAttachment Method

Adds a file to the document's attachments. The attachment appears in the Attachments panel of PDF viewers but has no visible icon on any page. To also display a clickable icon on a specific page, use AddFileAttachmentAnnotation(PdfFileAttachmentAnnotation)

Definition

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

Parameters

fileAttachment  PdfFileAttachment
The file attachment to add

See Also