PdfDocumentAddFileAttachmentAnnotation 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: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public void AddFileAttachmentAnnotation(
	PdfFileAttachmentAnnotation fileAttachmentAnnotation
)

Parameters

fileAttachmentAnnotation  PdfFileAttachmentAnnotation
The file attachment annotation to add

See Also