PdfEditorAddFileAttachmentAnnotation Method

Adds a file attachment displayed as a clickable icon on a specific page. Clicking the icon opens or extracts the attached file. The file is also added to the Attachments panel alongside any other attachments

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public void AddFileAttachmentAnnotation(
	PdfFileAttachmentAnnotation fileAttachmentAnnotation
)

Parameters

fileAttachmentAnnotation  PdfFileAttachmentAnnotation
The file attachment annotation to add

See Also